install.fairie/home/dot_config/docker/TODO/nginx.docker-stack.yml.tmpl
2023-12-24 22:36:54 +00:00

22 lines
346 B
Cheetah

---
version: '3.8'
services:
nginx:
image: megabytelabs/nginx:latest
container_name: NGINX
ports:
- "443:443"
- "80:80"
volumes:
- ''
networks:
- nginx_network
deploy:
mode: global
placement:
constraints: [node.role == manager]
networks:
nginx_network:
external: true