Skip to content

Commit

Permalink
Merge branch 'develop' into feature/webhook-distributer
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich authored Aug 16, 2024
2 parents 959fd9d + e08dad7 commit 2d0b83d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ services:
- SECURITY_USER_PASSWORD=${SECURITY_USER_NAME:-admin_password}
depends_on:
- postgres
networks:
- app-network

postgres:
image: 'postgres:latest'
Expand All @@ -20,4 +22,12 @@ services:
- POSTGRES_PASSWORD=root
- POSTGRES_USER=root
ports:
- '5432'
- '5432'
networks:
app-network:
aliases:
- postgres

networks:
app-network:
driver: bridge`

0 comments on commit 2d0b83d

Please sign in to comment.