Skip to content

Commit

Permalink
Merge pull request #455 from MaRDI4NFDI/only1mysql
Browse files Browse the repository at this point in the history
Remove MySQL replica
  • Loading branch information
physikerwelt authored Dec 28, 2023
2 parents 1cfbf93 + 1a51658 commit 3830865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,6 @@ services:
aliases:
- mysql.svc

mysql-repl:
image: "${MYSQL_IMAGE_NAME:-mariadb:10.6}"
container_name: mardi-mysql-repl
restart: unless-stopped
volumes:
- ./my-repl.cnf:/etc/mysql/conf.d/my.cnf
environment:
MYSQL_DATABASE: ${DB_NAME}
MYSQL_USER: ${DB_USER}
MYSQL_PASSWORD: ${DB_PASS}
MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
networks:
default:
aliases:
- mysql-repl.svc

mongo:
image: mongo
container_name: mardi-mongo
Expand Down
3 changes: 0 additions & 3 deletions my-repl.cnf

This file was deleted.

0 comments on commit 3830865

Please sign in to comment.