From 577974677ad945953e784f6d7855b4bc5c7b6a4d Mon Sep 17 00:00:00 2001 From: aleidk Date: Thu, 12 Dec 2024 16:26:00 -0300 Subject: [PATCH] build: update stack config --- docker-stack.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-stack.yaml b/docker-stack.yaml index 5a0d209..c49a3fe 100644 --- a/docker-stack.yaml +++ b/docker-stack.yaml @@ -1,13 +1,7 @@ -networks: - reverse-proxy: - external: true - services: page: image: git.alecodes.page/alecodes/page:${GITHUB_SHA:-latest} restart: unless-stopped - networks: - - reverse-proxy deploy: rollback_config: failure_action: continue