diff --git a/hydra/arm/docker-compose.yml b/hydra/arm/docker-compose.yml new file mode 100644 index 0000000..8bda68a --- /dev/null +++ b/hydra/arm/docker-compose.yml @@ -0,0 +1,7 @@ +hydra: + image: easypi/hydra-arm + command: sleep infinity + volumes: + - ./data:/data + working_dir: /data + restart: unless-stopped diff --git a/hydra/docker-compose.yml b/hydra/docker-compose.yml new file mode 100644 index 0000000..37c61f4 --- /dev/null +++ b/hydra/docker-compose.yml @@ -0,0 +1,7 @@ +hydra: + image: vimagick/hydra + command: sleep infinity + volumes: + - ./data:/data + working_dir: /data + restart: unless-stopped