[website] Add variable to specify image tag
This commit is contained in:
parent
dd5dde3d20
commit
3d379ae5ef
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
website:
|
website:
|
||||||
image: harbor.jfreudenberger.de:8443/website/app:latest
|
image: harbor.jfreudenberger.de:8443/website/app:${website_version:-latest}
|
||||||
environment:
|
environment:
|
||||||
- VIRTUAL_HOST=jfreudenberger.de,www.jfreudenberger.de # the domain where the service should be reached
|
- VIRTUAL_HOST=jfreudenberger.de,www.jfreudenberger.de # the domain where the service should be reached
|
||||||
- VIRTUAL_PORT=80 # the port the service listens in the container
|
- VIRTUAL_PORT=80 # the port the service listens in the container
|
||||||
|
@ -12,6 +12,6 @@ services:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
webproxy:
|
webproxy:
|
||||||
external:
|
|
||||||
name: webproxy
|
name: webproxy
|
||||||
|
external: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue