Skip to content
Snippets Groups Projects
Commit 0c5ecca2 authored by Thomas Juerges's avatar Thomas Juerges
Browse files

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

parent f8d7c664
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