fixed build

This commit is contained in:
Yhael S
2023-10-20 01:07:27 -05:00
parent e26bd85abc
commit 10f3aa0302
3 changed files with 27 additions and 12 deletions

View File

@@ -1,6 +1,22 @@
services:
odoo:
restart: 'no'
ports:
- 127.0.0.1:8069:8069
- 127.0.0.1:8070:8070
- 127.0.0.1:8071:8071
- 127.0.0.1:8072:8072
volumes:
acme:
certs:
postgres:
restart: 'no'
ports:
- 127.0.0.1:5432:5432
nginx:
restart: 'no'
nginx-proxy:
restart: 'no'
ports:
- 80:80
- 443:443