This commit is contained in:
Alex55 2026-03-19 10:17:39 +02:00
parent 3c81f52f5e
commit d759ff220c
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
services: services:
nginx: nginx:
image: nginx:latest image: nginx:latest
container_name: nginx container_name: nginx
@ -9,8 +10,8 @@ services:
- ./nginx/conf.d:/etc/nginx/conf.d - ./nginx/conf.d:/etc/nginx/conf.d
- ./nginx/certbot/www:/var/www/certbot - ./nginx/certbot/www:/var/www/certbot
- ./nginx/certbot/conf:/etc/letsencrypt - ./nginx/certbot/conf:/etc/letsencrypt
depends_on: extra_hosts:
- flask - "host.docker.internal:host-gateway"
restart: always restart: always
web: web: