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