Skip to content

Commit

Permalink
chore: remove music-room network
Browse files Browse the repository at this point in the history
  • Loading branch information
dantetemplar committed Nov 19, 2024
1 parent 1a87879 commit 60a72ae
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ services:
- "./settings.yaml:/code/settings.yaml:ro" # Read-only settings file
environment:
- TZ=Europe/Moscow # Set the timezone for correct calendar image generation
networks:
- default
- music-room

api:
build:
Expand All @@ -37,9 +34,6 @@ services:
env_file: .env # You can specify some Uvicorn settings in .env file
environment:
- TZ=Europe/Moscow # Set the timezone for correct calendar image generation
networks:
- default
- music-room

db:
# See more: https://hub.docker.com/_/postgres
Expand Down Expand Up @@ -72,9 +66,3 @@ services:
volumes:
postgres:
redis:

networks:
# Create a 'music-room' network for connecting MusicRoom service with other services
music-room:
driver: bridge
name: music-room

0 comments on commit 60a72ae

Please sign in to comment.