[IMP]Remove unecessary links and add depends_on

This commit is contained in:
Fabien Bourgeois 2016-10-03 17:50:46 +02:00
parent 7fb85c8b87
commit e6b2ae08d1
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ services:
frametherpad:
build: ./frametherpad
image: frametherpad:latest
depends_on:
- framapg
ports:
- "9001:9001"
links:

View File

@ -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