From 415b05a21e9a702bd23e6f957200a0a5bb4765ce Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 2 Feb 2025 23:00:19 -0500 Subject: [PATCH] Update stack.production.yml --- stack.production.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index 2b35989..d446ebb 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -1,5 +1,3 @@ -version: '3.8' - services: db: image: postgres:15 @@ -34,7 +32,7 @@ services: - /mnt/tank/persist/nixc.us/odoo/production/config:/etc/odoo # For custom configurations networks: - odoo-net - - traefik-public + - traefik deploy: replicas: 1 placement: @@ -56,5 +54,5 @@ services: networks: odoo-net: driver: overlay - traefik-public: + traefik: external: true \ No newline at end of file