From e4e2b1a5b542ad2aeb3e4dcc86d9673b79c7e2aa Mon Sep 17 00:00:00 2001 From: Dave Copeland Date: Tue, 16 Jul 2024 13:23:45 -0400 Subject: [PATCH] remove as this is now generated --- docker-compose.dx.yml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docker-compose.dx.yml diff --git a/docker-compose.dx.yml b/docker-compose.dx.yml deleted file mode 100644 index 503debb..0000000 --- a/docker-compose.dx.yml +++ /dev/null @@ -1,33 +0,0 @@ -# THIS IS GENERATED - DO NOT EDIT - -services: - gli-3.1: - image: davetron5000/gli-dev:ruby-3.1 - init: true - volumes: - - type: bind - source: "./" - target: "/root/work" - consistency: "consistent" - entrypoint: /root/show-help-in-app-container-then-wait.sh - working_dir: /root/work - gli-3.2: - image: davetron5000/gli-dev:ruby-3.2 - init: true - volumes: - - type: bind - source: "./" - target: "/root/work" - consistency: "consistent" - entrypoint: /root/show-help-in-app-container-then-wait.sh - working_dir: /root/work - gli-3.3: - image: davetron5000/gli-dev:ruby-3.3 - init: true - volumes: - - type: bind - source: "./" - target: "/root/work" - consistency: "consistent" - entrypoint: /root/show-help-in-app-container-then-wait.sh - working_dir: /root/work