HTTPSSSSSSSSSSSSSSSSS

This commit is contained in:
AdrienLSH
2024-05-15 15:28:29 +02:00
parent c0e8cd9501
commit 503fca16e1
3 changed files with 56 additions and 2 deletions

View File

@ -8,8 +8,6 @@ services:
image: django
networks:
- network
ports:
- "8000:8000"
container_name: django
restart: always
env_file: .env
@ -36,6 +34,18 @@ services:
timeout: 5s
retries: 5
nginx:
build: nginx/
image: nginx
networks:
- network
ports:
- '1443:443'
container_name: nginx
restart: always
depends_on:
- django
volumes:
db: