From 22e5e7aed5efaa24ff0f1a2897f0941c920c108d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 27 Jun 2023 21:35:58 +0100 Subject: [PATCH] ci: create the traefik network --- templates/ci/github-actions/ci.yml.twig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/ci/github-actions/ci.yml.twig b/templates/ci/github-actions/ci.yml.twig index de93b3a..8f3987e 100644 --- a/templates/ci/github-actions/ci.yml.twig +++ b/templates/ci/github-actions/ci.yml.twig @@ -29,6 +29,8 @@ jobs: run: | docker compose version + docker network create traefik_proxy + cp --no-clobber .env.example .env docker compose build --progress plain