Small tweaks in docker-compose file
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Lucas BEE 2020-12-03 22:00:52 +00:00
parent dcc634c8a0
commit 6b7453f878

View File

@ -19,7 +19,7 @@ services:
- ./db.env - ./db.env
app: app:
image: canapeapp:latest image: odwrtw/canapeapp:latest
container_name: canapeapp container_name: canapeapp
restart: always restart: always
depends_on: depends_on:
@ -30,7 +30,7 @@ services:
- 127.0.0.1:3000:3000 - 127.0.0.1:3000:3000
volumes: volumes:
- ../config.yml:/etc/canapeapp.yml:ro - ../config.yml:/etc/canapeapp.yml:ro
- img-volume:/home/img - img-volume:/opt/build/public/img
links: links:
- database - database
env_file: env_file: