starting new ideas for docker-compose file

This commit is contained in:
Yhael S
2023-10-19 19:14:12 -05:00
parent 8a1844cfa1
commit ca55f3d0d0
5 changed files with 252 additions and 36 deletions

View File

@@ -0,0 +1,21 @@
services:
odoo:
restart: 'no'
ports:
- 8069:8069
- 8070:8070
- 8071:8071
- 8072:8072
postgres:
restart: 'no'
ports:
- 5432:5432
nginx:
restart: 'no'
nginx-proxy:
restart: 'no'
ports:
- 80:80