build(docker): add DOCKER_TAG env variable
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: gallery
|
||||
name: gallery-${DOCKER_TAG}
|
||||
|
||||
services:
|
||||
redis:
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- redis_data:/data
|
||||
app:
|
||||
container_name: gallery-app
|
||||
image: ${DOCKER_ROOT}/gallery
|
||||
image: ${DOCKER_ROOT}/gallery:${DOCKER_TAG}
|
||||
environment:
|
||||
- REDIS_HOST=redis
|
||||
- OPENWEATHER_KEY=$OPENWEATHER_KEY
|
||||
|
||||
Reference in New Issue
Block a user