Skip to content
Snippets Groups Projects
Commit d0016c1e authored by Daniel Hornung's avatar Daniel Hornung
Browse files

WIP: docker-compose with override for mysql.

parent c648388d
No related branches found
No related tags found
No related merge requests found
Pipeline #9790 failed
services:
sqldb:
image: mysql:8.0
...@@ -185,8 +185,8 @@ test: ...@@ -185,8 +185,8 @@ test:
- time docker load < /image-cache/mariadb.tar || true - time docker load < /image-cache/mariadb.tar || true
- docker pull $CI_REGISTRY_IMAGE - docker pull $CI_REGISTRY_IMAGE
- cd .docker - cd .docker
# here the server and the mysql backend docker are being started # here the server and the mysql backend docker are being started
- CAOSDB_TAG=$CAOSDB_TAG docker-compose up -d - CAOSDB_TAG=$CAOSDB_TAG docker-compose -f docker-compose.yml -f docker-compose.mysql.yml up -d
# store versions of CaosDB parts # store versions of CaosDB parts
- docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_pylib_commit > hash_pylib - docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_pylib_commit > hash_pylib
- docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_webui_commit > hash_webui - docker exec -u 0 -t docker_caosdb-server_1 cat /opt/caosdb/git/caosdb_webui_commit > hash_webui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment