simple_site #1

Merged
sinibaldi merged 8 commits from simple_site into main 2025-03-05 11:03:18 +01:00
1 changed files with 7 additions and 2 deletions
Showing only changes of commit ddbc6a11f2 - Show all commits

View File

@ -2,7 +2,7 @@ version: '3'
networks:
cluster:
external: false
driver: bridge
services:
@ -39,7 +39,9 @@ services:
nginx:
image: nginx:latest
ports:
- '8088:80'
- '80:80'
volumes:
- ./nginx/config.con:/etc/nginx/nginx.con:ro
deploy:
replicas: 4
update_config:
@ -57,5 +59,8 @@ services:
window: 120s
healthcheck:
test: ["CMD", "service", "nginx", "status"]
networks:
- cluster