From e48ad1b1e1de3ca928b5029ec7649c0ec67b6d52 Mon Sep 17 00:00:00 2001 From: Guillaume Dorce <43939294+polynux@users.noreply.github.com> Date: Fri, 26 May 2023 15:48:37 +0200 Subject: [PATCH] Create stack-definition.yml for portainer --- stack-definition.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 stack-definition.yml diff --git a/stack-definition.yml b/stack-definition.yml new file mode 100644 index 0000000..547d6d9 --- /dev/null +++ b/stack-definition.yml @@ -0,0 +1,8 @@ +version: '3.7' + +services: + server: + image: ghcr.io/{{username}}/pchl:latest + deploy: + update_config: + order: start-first