Update stack.production.yml
This commit is contained in:
parent
7f891e4ce3
commit
415b05a21e
|
@ -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
|
Loading…
Reference in New Issue