Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions template/docker-compose.nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ services:
- ./config/config.properties:/app/config.properties:ro
depends_on:
- postgres
# environment: # Uncomment this and the line below if you use a different port for the `nginx` container otherwise healthcheck will always fail.
# - PORT=8080
container_name: piped-backend
bg-helper:
image: 1337kavin/bg-helper-server:latest
Expand Down