|
@@ -10,7 +10,7 @@ services:
|
|
|
image: rabbitmq:3-management
|
|
|
pipeline:
|
|
|
build:
|
|
|
- image: debian:9.0
|
|
|
+ image: docker.infra.flowdat.com/fd3/sf-php:latest
|
|
|
environment:
|
|
|
HOST_FTTH: ftth.test.fd3.flowdat.com
|
|
|
HOST_STATS: stats.test.fd3.flowdat.com
|
|
@@ -19,6 +19,7 @@ pipeline:
|
|
|
OAUTH_CLIENT_ID: ""
|
|
|
OAUTH_CLIENT_SECRET: ""
|
|
|
commands:
|
|
|
+ - command -v mysqladmin >/dev/null 2>&1 || { echo "I require mysqladmin but it's not installed. Aborting." >&2; exit 1; }
|
|
|
- while ! mysqladmin ping -h 127.0.0.1 --silent; do :; done
|
|
|
|
|
|
- yes | mysqladmin -h 127.0.0.1 create fd3_ftth
|