diff --git a/cyber-chef/docker-compose.yml b/cyber-chef/docker-compose.yml deleted file mode 100644 index 3b15ebf..0000000 --- a/cyber-chef/docker-compose.yml +++ /dev/null @@ -1,8 +0,0 @@ -name: cyber-chef -services: - cyberchef: - ports: - - 8383:80 - image: ghcr.io/gchq/cyberchef:latest - restart: unless-stopped - container_name: container_name diff --git a/stirling-pdf/docker-compose.yml b/utils/docker-compose.yml similarity index 74% rename from stirling-pdf/docker-compose.yml rename to utils/docker-compose.yml index 6b38e03..2a89f8a 100644 --- a/stirling-pdf/docker-compose.yml +++ b/utils/docker-compose.yml @@ -1,4 +1,12 @@ +name: cyber-chef services: + cyberchef: + ports: + - 8383:80 + image: ghcr.io/gchq/cyberchef:latest + restart: unless-stopped + container_name: container_name + stirling-pdf: container_name: stirling-PDF image: frooodle/s-pdf:latest @@ -14,9 +22,9 @@ services: ports: - "8585:8080" volumes: - - ./data:/usr/share/tessdata:rw - - ./config:/configs:rw - - ./logs:/logs:rw + - ./stirling-pdf/data:/usr/share/tessdata:rw + - ./stirling-pdf/config:/configs:rw + - ./stirling-pdf/logs:/logs:rw environment: DOCKER_ENABLE_SECURITY: "false" SECURITY_ENABLELOGIN: "false" @@ -28,4 +36,4 @@ services: SYSTEM_MAXFILESIZE: "100" METRICS_ENABLED: "true" SYSTEM_GOOGLEVISIBILITY: "true" - restart: on-failure:5 + restart: on-failure:5 \ No newline at end of file