added profiles for containers management

This commit is contained in:
Yhael S
2023-10-19 22:11:19 -05:00
parent 688a590282
commit 70fc974b62
7 changed files with 92 additions and 270 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