Update stack-definition.yml
This commit is contained in:
parent
6f0dd1703d
commit
d9bb913e82
|
|
@ -4,11 +4,11 @@ services:
|
||||||
pchl:
|
pchl:
|
||||||
image: ghcr.io/{{username}}/pchl:latest
|
image: ghcr.io/{{username}}/pchl:latest
|
||||||
volumes:
|
volumes:
|
||||||
- pchl:/app
|
- pchl:/app
|
||||||
environment:
|
environment:
|
||||||
- PB_API:{{PB_API}}
|
- PB_API:{{PB_API}}
|
||||||
port:
|
ports:
|
||||||
- 19080:19080
|
- "19080:19080"
|
||||||
deploy:
|
deploy:
|
||||||
update_config:
|
update_config:
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue