Update stack-definition.yml
This commit is contained in:
parent
68eb61795f
commit
4c3b541472
|
|
@ -1,8 +1,16 @@
|
||||||
version: '3.7'
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
server:
|
pchl:
|
||||||
image: ghcr.io/{{username}}/pchl:latest
|
image: ghcr.io/{{username}}/pchl:latest
|
||||||
|
volumes:
|
||||||
|
- pchl:/app
|
||||||
|
environment:
|
||||||
|
- PB_API:$PB_API
|
||||||
|
port:
|
||||||
|
- 19080:19080
|
||||||
deploy:
|
deploy:
|
||||||
update_config:
|
update_config:
|
||||||
order: start-first
|
order: start-first
|
||||||
|
volumes:
|
||||||
|
pchl:
|
||||||
Loading…
Reference in New Issue