[IMP]Remove unecessary links and add depends_on
This commit is contained in:
parent
7fb85c8b87
commit
e6b2ae08d1
@ -16,6 +16,8 @@ services:
|
||||
frametherpad:
|
||||
build: ./frametherpad
|
||||
image: frametherpad:latest
|
||||
depends_on:
|
||||
- framapg
|
||||
ports:
|
||||
- "9001:9001"
|
||||
links:
|
||||
|
@ -27,7 +27,7 @@ echo "
|
||||
; Configuration file auto-generated
|
||||
addons_path = $ADDONS_PATH
|
||||
data_dir = /opt/odoo/data
|
||||
db_host = db
|
||||
db_host = postgres
|
||||
db_port = 5432
|
||||
db_user = $POSTGRES_USER
|
||||
db_password = $POSTGRES_PASSWORD
|
||||
|
Loading…
Reference in New Issue
Block a user