From c83966f71147233f9e34e67c964a464ad0ada33d Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 12 Apr 2023 22:41:22 +0100 Subject: [PATCH] build: update configuration files --- docker-compose.yaml | 2 -- justfile | 2 -- 2 files changed, 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 6da46e7..9260c27 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -73,5 +73,3 @@ volumes: networks: web: name: traefik_proxy - -# vim: ft=yaml diff --git a/justfile b/justfile index 6eebfcb..f5e9f11 100644 --- a/justfile +++ b/justfile @@ -25,5 +25,3 @@ _exec +args: _run service command *args: docker compose run --rm --no-deps --entrypoint {{ command }} --tty {{ service }} {{ args }} - -# vim: ft=just