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