From 3be86d10605c59648ac51b7bc088f09f2e1903e3 Mon Sep 17 00:00:00 2001 From: John Allison Date: Sat, 25 Oct 2025 12:43:50 -0400 Subject: [PATCH] Moved Directories --- stacks/tracker/stack.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 stacks/tracker/stack.yml diff --git a/stacks/tracker/stack.yml b/stacks/tracker/stack.yml deleted file mode 100644 index 3bec01e..0000000 --- a/stacks/tracker/stack.yml +++ /dev/null @@ -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 \ No newline at end of file