Skip to content

Commit

Permalink
Define network in docker-compose.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Oct 25, 2023
1 parent ad37ccc commit 73cd9af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ services:
depends_on:
- web

networks:
purldb:
default: true
external: true

volumes:
db_data:
static:

0 comments on commit 73cd9af

Please sign in to comment.