Skip to content

Commit

Permalink
fix: some updates for production deployment (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Oct 2, 2023
1 parent b8259c2 commit 38aa465
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 @@ -93,8 +93,13 @@ services:
- nginx
- postgres
- rabbitmq
- redis
image: "${image_base:-ghcr.io/bihealth}/${image_reev_name:-reev}:\
${image_reev_version:-main}"
secrets:
- db-password
environment:
FORWARDED_ALLOW_IPS: "*"
labels:
# Default labels lines for reev.
- "traefik.enable=true"
Expand Down

0 comments on commit 38aa465

Please sign in to comment.