Update stack.production.yml

This commit is contained in:
colin 2025-02-02 23:00:19 -05:00
parent 7f891e4ce3
commit 415b05a21e
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,3 @@
version: '3.8'
services: services:
db: db:
image: postgres:15 image: postgres:15
@ -34,7 +32,7 @@ services:
- /mnt/tank/persist/nixc.us/odoo/production/config:/etc/odoo # For custom configurations - /mnt/tank/persist/nixc.us/odoo/production/config:/etc/odoo # For custom configurations
networks: networks:
- odoo-net - odoo-net
- traefik-public - traefik
deploy: deploy:
replicas: 1 replicas: 1
placement: placement:
@ -56,5 +54,5 @@ services:
networks: networks:
odoo-net: odoo-net:
driver: overlay driver: overlay
traefik-public: traefik:
external: true external: true