This commit is contained in:
Yhael S
2024-07-15 22:14:53 -06:00
parent e499f951d2
commit 5eff644269
2 changed files with 1 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ DEV_MODE=
# Services
PROJECT_NAME=odoocker
SERVICES=odoo,nginx,proxy,postgres,pgbouncer
SERVICES=odoo,nginx,proxy,postgres
# Service configuration
USE_REDIS=false

View File

@@ -89,8 +89,6 @@ services:
restart: always
depends_on:
- db
#ports:
# - "5432:5432"
environment:
- DB_HOST=db
- DB_USER=odoo