Skip to content
Snippets Groups Projects
Commit 734551c7 authored by Jan David Mol's avatar Jan David Mol
Browse files

Merge branch '2021-04-23T14.51.21-Branched_from_master-Unify_archive_container_name' into 'master'

Change container name from maria-db to archiver-maria-db

See merge request !20
parents f8d7c664 0c5ecca2
No related branches found
No related tags found
1 merge request!20Change container name from maria-db to archiver-maria-db
version: '2'
services:
maria-db:
archiver-maria-db:
image: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}/mariadb_hdbpp:latest
container_name: archiver-maria-db
network_mode: ${NETWORK_MODE}
......@@ -23,7 +23,7 @@ services:
depends_on:
- databaseds
- dsconfig
- maria-db
- archiver-maria-db
environment:
- TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbpp/confmanager01
......@@ -40,7 +40,7 @@ services:
depends_on:
- databaseds
- dsconfig
- maria-db
- archiver-maria-db
environment:
- TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbpp/confmanager01
......
......@@ -16,7 +16,7 @@ services:
depends_on:
- databaseds
- dsconfig
- maria-db
- archiver-maria-db
- hdbpp-es
- hdbpp-cm
volumes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment