Actualiser 1.gitclone.sh
This commit is contained in:
parent
9d0459b219
commit
8c13fb1de5
1 changed files with 2 additions and 1 deletions
|
|
@ -77,10 +77,11 @@ EOF
|
|||
|
||||
|
||||
|
||||
# update d'odoo.conf et de dockercompose.yam
|
||||
# update d'odoo.conf et de docker-compose.yml
|
||||
sed -i -E "s/^([[:space:]]*)db_port[[:space:]]*=.*/\1db_port = $POSTGRESQL_PORT/" ./odoo.conf
|
||||
sed -i "s/postgres15-5434/postgres15-$POSTGRESQL_PORT/g" ./docker-compose.yml
|
||||
sed -i "s/postgres-XXXXXXXXXXXXXXXXXXXXXX/$POSTGRES_CONTAINER/g" ./docker-compose.yml
|
||||
sed -i "s/odoo-XXXXXXXXXXXXXXXXXXXXXX/$ODOO_CONTAINER/g" ./docker-compose.yml
|
||||
sed -i -E "s/^([[:space:]]*)db_host[[:space:]]*=.*/\1db_host = $POSTGRESQL_CONTAINER/" ./odoo.conf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue