Skip to content

Commit

Permalink
deploy: use 'default' network for local communication
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Feb 12, 2024
1 parent 5a5a586 commit fb6f47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
environment:
- TZ=Europe/Moscow
networks:
- default
- music-room

db:
Expand All @@ -29,12 +30,11 @@ services:
interval: 5s
timeout: 5s
retries: 5
networks:
- music-room

volumes:
postgres:

networks:
music-room:
external: true
driver: bridge
name: music-room

0 comments on commit fb6f47a

Please sign in to comment.