mirror of
https://github.com/danbee/my-images
synced 2025-03-04 08:49:05 +00:00
14 lines
292 B
YAML
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
|