Skip to content

Commit

Permalink
add app network
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 16, 2024
1 parent d46377e commit c133309
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ services:
- SECURITY_USER_PASSWORD=${SECURITY_USER_NAME:-admin_password}
depends_on:
- postgres
networks:
- app-network

postgres:
image: 'postgres:latest'
Expand All @@ -22,3 +24,9 @@ services:
- POSTGRES_USER=root
ports:
- '5432'
networks:
- app-network

networks:
app-network:
driver: bridge

0 comments on commit c133309

Please sign in to comment.