diff --git a/stack-definition.yml b/stack-definition.yml index 547d6d9..131e0be 100644 --- a/stack-definition.yml +++ b/stack-definition.yml @@ -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: \ No newline at end of file