Moved Directories
This commit is contained in:
@@ -1,19 +0,0 @@
|
|||||||
services:
|
|
||||||
tracker-nginx:
|
|
||||||
image: nginx:alpine
|
|
||||||
ports:
|
|
||||||
- 8180:80
|
|
||||||
networks:
|
|
||||||
- homelab
|
|
||||||
volumes:
|
|
||||||
- /mnt/swarm-data/webservers/production/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
|
||||||
- /mnt/swarm-data/webservers/production/nginx/.conf/default.conf:/etc/nginx/conf.d/default.conf:ro
|
|
||||||
- /mnt/swarm-data/webfiles/production/taylors-development:/usr/share/nginx/html:ro
|
|
||||||
deploy:
|
|
||||||
replicas: 3
|
|
||||||
placement:
|
|
||||||
constraints:
|
|
||||||
- node.role == worker
|
|
||||||
networks:
|
|
||||||
homelab:
|
|
||||||
external: true
|
|
||||||
Reference in New Issue
Block a user