Custom version (Docker tag) support
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
3wc
2025-11-25 11:45:22 -05:00
parent eaf2017a91
commit c9126477dd
3 changed files with 9 additions and 2 deletions

View File

@ -36,3 +36,7 @@ PUSHER_URL=https://USER:PASS@api.pusherapp.com/apps/APP
NEW_RELIC_AGENT_ENABLED=false
NEW_RELIC_LICENSE_KEY=ADD_ME
NEW_RELIC_APP_NAME=levelfly
# Custom version
#LEVELFLY_VERSION=dev
#COMPOSE_FILE="$COMPOSE_FILE:compose.version.yml"

5
compose.version.yml Normal file
View File

@ -0,0 +1,5 @@
services:
app:
image: neuronicgames/levelfly:${LEVELFLY_VERSION}
jobs:
image: neuronicgames/levelfly:${LEVELFLY_VERSION}

View File

@ -54,8 +54,6 @@ services:
networks:
- proxy
- internal
ports:
- 3000:3000
deploy:
restart_policy:
condition: on-failure