diff --git a/docker-compose.yml b/docker-compose.yml index 5be7f32..4e911c6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -99,34 +99,6 @@ services: timeout: 10s retries: 3 - # Nginx Reverse Proxy - nginx: - image: nginx:alpine - container_name: bots_nginx - restart: unless-stopped - ports: - - "80:80" - - "443:443" - environment: - - SERVER_IP=${SERVER_IP} - volumes: - - ./infra/nginx/nginx.conf:/etc/nginx/nginx.conf:ro - - ./infra/nginx/conf.d:/etc/nginx/conf.d:ro - - ./infra/nginx/ssl:/etc/nginx/ssl:ro - - ./infra/nginx/.htpasswd:/etc/nginx/.htpasswd:ro - - /etc/letsencrypt:/etc/letsencrypt:ro - networks: - - bots_network - depends_on: - - grafana - - prometheus - - uptime-kuma - healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost/nginx-health"] - interval: 30s - timeout: 10s - retries: 3 - # Telegram Helper Bot telegram-bot: build: