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