root: set fixed docker tags in compose
This commit is contained in:
parent
455e39a8bd
commit
2d6b57839d
|
@ -19,6 +19,8 @@ values =
|
||||||
|
|
||||||
[bumpversion:file:docs/installation/docker-compose.md]
|
[bumpversion:file:docs/installation/docker-compose.md]
|
||||||
|
|
||||||
|
[bumpversion:file:docker-compose.yml]
|
||||||
|
|
||||||
[bumpversion:file:helm/values.yaml]
|
[bumpversion:file:helm/values.yaml]
|
||||||
|
|
||||||
[bumpversion:file:helm/Chart.yaml]
|
[bumpversion:file:helm/Chart.yaml]
|
||||||
|
|
|
@ -21,7 +21,7 @@ services:
|
||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
server:
|
server:
|
||||||
image: beryju/passbook:${PASSBOOK_TAG:-latest}
|
image: beryju/passbook:${PASSBOOK_TAG:-0.9.0-stable}
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
PASSBOOK_REDIS__HOST: redis
|
PASSBOOK_REDIS__HOST: redis
|
||||||
|
@ -38,7 +38,7 @@ services:
|
||||||
- traefik.docker.network=internal
|
- traefik.docker.network=internal
|
||||||
- traefik.frontend.rule=PathPrefix:/
|
- traefik.frontend.rule=PathPrefix:/
|
||||||
worker:
|
worker:
|
||||||
image: beryju/passbook:${PASSBOOK_TAG:-latest}
|
image: beryju/passbook:${PASSBOOK_TAG:-0.9.0-stable}
|
||||||
command: worker
|
command: worker
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
@ -51,7 +51,7 @@ services:
|
||||||
PASSBOOK_POSTGRESQL__PASSWORD: ${PG_PASS:-thisisnotagoodpassword}
|
PASSBOOK_POSTGRESQL__PASSWORD: ${PG_PASS:-thisisnotagoodpassword}
|
||||||
PASSBOOK_LOG_LEVEL: debug
|
PASSBOOK_LOG_LEVEL: debug
|
||||||
static:
|
static:
|
||||||
image: beryju/passbook-static:latest
|
image: beryju/passbook-static:0.9.0-stable
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
labels:
|
labels:
|
||||||
|
|
Reference in New Issue