Updated to use gin prod

This commit is contained in:
Ash Leece 2021-04-07 00:12:43 +01:00
parent 9bc2d9480f
commit 68d2b8e385
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@ services:
container_name: discord-plex_bridge
environment:
- DISCORD_WEBHOOK=${DISCORD_WEBHOOK}
- GIN_MODE=release
ports:
- ${PORT}:8080
restart: unless-stopped
restart: unless-stopped