remove nginx docker service
This commit is contained in:
+1
-13
@@ -41,19 +41,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
|
||||||
# nginx:
|
|
||||||
# image: nginx:latest
|
|
||||||
# volumes:
|
|
||||||
# - ./nginx.conf:/etc/nginx/nginx.conf
|
|
||||||
# - /etc/letsencrypt:/etc/letsencrypt
|
|
||||||
# ports:
|
|
||||||
# - "80:80"
|
|
||||||
# - "443:443"
|
|
||||||
# depends_on:
|
|
||||||
# - django
|
|
||||||
# - frontend
|
|
||||||
# networks:
|
|
||||||
# - default
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user