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