mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -89,8 +89,6 @@ services:
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
#ports:
|
||||
# - "5432:5432"
|
||||
environment:
|
||||
- DB_HOST=db
|
||||
- DB_USER=odoo
|
||||
|
||||
Reference in New Issue
Block a user