1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00
my-images/codeship-services.yml
2018-10-19 15:42:32 -04:00

14 lines
292 B
YAML

app:
build:
image: my-images
dockerfile: Dockerfile
depends_on:
- postgres
environment:
DATABASE_URL: postgres://my_images@postgres/my_images_test
postgres:
image: healthcheck/postgres:alpine
environment:
POSTGRES_USER: my_images
POSTGRES_DB: my_images_test