From 4c3b541472ff24709339d834514e9df362d5e845 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce <43939294+polynux@users.noreply.github.com> Date: Fri, 26 May 2023 19:14:55 +0200 Subject: [PATCH] Update stack-definition.yml --- stack-definition.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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