HTTPSSSSSSSSSSSSSSSSS
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user