Skip to content

Commit

Permalink
Merge branch '1351-Pinned' of github.com:TUM-Dev/gocast into 1351-Pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
Karakoc committed Dec 4, 2024
2 parents a796b6a + 68ce13a commit f353249
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ services:
db:
container_name: mariadb_container
image: mariadb
ports:
- "3306:3306"
environment:
MYSQL_ROOT_USER: root
MYSQL_ROOT_PASSWORD: example
Expand All @@ -73,8 +71,6 @@ services:
- ./init.sql:/data/application/init.sql
- mariadb-data:/var/lib/mysql
restart: always
ports:
- "3306:3306"
# Omitted for local development due to size. Comment out to use voice-service
# voice-service:
# container_name: tum-live-voice-service
Expand Down

0 comments on commit f353249

Please sign in to comment.