This commit is contained in:
Yhael S
2023-10-20 04:16:20 -05:00
parent a4823e8fcc
commit 10a9bcc70c

View File

@@ -1,6 +1,6 @@
services: services:
odoo: odoo:
restart: 'no' restart: unless-stopped
ports: ports:
- 127.0.0.1:8069:8069 - 127.0.0.1:8069:8069
- 127.0.0.1:8070:8070 - 127.0.0.1:8070:8070
@@ -8,15 +8,15 @@ services:
- 127.0.0.1:8072:8072 - 127.0.0.1:8072:8072
postgres: postgres:
restart: 'no' restart: unless-stopped
ports: ports:
- 127.0.0.1:5432:5432 - 127.0.0.1:5432:5432
nginx: nginx:
restart: 'no' restart: unless-stopped
nginx-proxy: nginx-proxy:
restart: 'no' restart: unless-stopped
ports: ports:
- 80:80 - 80:80
- 443:443 - 443:443