Custom version (Docker tag) support
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@ -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
5
compose.version.yml
Normal file
@ -0,0 +1,5 @@
|
||||
services:
|
||||
app:
|
||||
image: neuronicgames/levelfly:${LEVELFLY_VERSION}
|
||||
jobs:
|
||||
image: neuronicgames/levelfly:${LEVELFLY_VERSION}
|
||||
@ -54,8 +54,6 @@ services:
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
ports:
|
||||
- 3000:3000
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
|
||||
Reference in New Issue
Block a user