Update docker-compose.dev.yaml

This commit is contained in:
Andros Fenollosa 2021-04-07 08:56:57 +02:00 committed by GitHub
parent afd6711f64
commit d198f9837a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ services:
db:
image: postgres
restart: always
restart: unless-stopped
volumes:
- ./../postgres_data:/var/lib/postgresql/data
environment:
@ -17,7 +17,7 @@ services:
build:
context: .
dockerfile: ./Dockerfiles/django/Dockerfile
restart: always
restart: unless-stopped
entrypoint: /django-launcher.dev.sh
volumes:
- .:/usr/src/app/
@ -46,7 +46,7 @@ services:
caddy:
image: caddy:alpine
restart: always
restart: unless-stopped
ports:
- 80:80
- 443:443
@ -59,7 +59,7 @@ services:
mailhog:
image: mailhog/mailhog:latest
restart: always
restart: unless-stopped
expose:
- 1025:1025
ports: