Skip to content

Commit

Permalink
Remove old db (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma authored Nov 4, 2024
1 parent d42d304 commit 8d245dd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,3 @@ services:
- ./db:/var/lib/postgresql/data
ports:
- "5432:5432"

db-old:
image: mariadb:10
volumes:
- ./db-old:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: test
MYSQL_USER: user
MYSQL_PASSWORD: password
ports:
- "3306:3306"

0 comments on commit 8d245dd

Please sign in to comment.