@@ -10,25 +10,6 @@ services:
networks:
- app-network
- nginx:
- image: nginx:alpine
- ports:
- - "80:80"
- - "443:443"
- volumes:
- - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- - ./ssl:/etc/nginx/ssl:ro
- - nginx-logs:/var/log/nginx
- depends_on:
- - question-repeat
- restart: unless-stopped
- networks:
- - app-network
-
-volumes:
- nginx-logs:
app-network:
driver: bridge