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