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
|
# Services
|
||||||
PROJECT_NAME=odoocker
|
PROJECT_NAME=odoocker
|
||||||
SERVICES=odoo,nginx,proxy,postgres,pgbouncer
|
SERVICES=odoo,nginx,proxy,postgres
|
||||||
|
|
||||||
# Service configuration
|
# Service configuration
|
||||||
USE_REDIS=false
|
USE_REDIS=false
|
||||||
|
|||||||
@@ -89,8 +89,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
#ports:
|
|
||||||
# - "5432:5432"
|
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=db
|
- DB_HOST=db
|
||||||
- DB_USER=odoo
|
- DB_USER=odoo
|
||||||
|
|||||||
Reference in New Issue
Block a user