|
|
@ -27,7 +27,7 @@ steps: |
|
|
|
pull: if-not-exists |
|
|
|
commands: |
|
|
|
- cp .example.env .env |
|
|
|
- sed -i 's/DB_HOST="127.0.0.1"/DB_HOST="postgres"/g' .env |
|
|
|
- sed -i 's/DB_HOST=localhost/DB_HOST=postgres/g' .env |
|
|
|
- sed -i 's/DB_USER=/DB_USER=klip/g' .env |
|
|
|
- sed -i 's/DB_PASSWORD=/DB_PASSWORD=klip/g' .env |
|
|
|
- sed -i 's/REDIS_HOST="127.0.0.1"/REDIS_HOST="redis"/g' .env |
|
|
|