add env vars to be able to pull docker image from other location
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
TYPE=engelsystem
|
||||
COMPOSE_FILE="compose.yml"
|
||||
#IMAGE=example.com/image
|
||||
#TAG=latest
|
||||
|
||||
DOMAIN=engelsystem.example.com
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
version: "3.8"
|
||||
services:
|
||||
app:
|
||||
image: docker.chaos.expert/engelsystem/engelsystem/engelsystem
|
||||
image: ${IMAGE:-docker.chaos.expert/engelsystem/engelsystem/engelsystem}:${TAG:-latest}
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
- MYSQL_USER=engelsystem
|
||||
|
||||
Reference in New Issue
Block a user