remove nginx docker service

This commit is contained in:
Parsa Nazer
2025-01-26 15:58:49 +03:30
parent acb2ce84df
commit 20e70f464d
+1 -13
View File
@@ -41,19 +41,7 @@ services:
networks:
- 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:
postgres_data: