diff --git a/homelab/stacks/warpgate/.env b/homelab/stacks/warpgate/.env new file mode 100644 index 00000000..2f162ef5 --- /dev/null +++ b/homelab/stacks/warpgate/.env @@ -0,0 +1 @@ +DOCKER_DATA=/home/admin/data/warpgate \ No newline at end of file diff --git a/homelab/stacks/warpgate/docker-compose.yml b/homelab/stacks/warpgate/docker-compose.yml new file mode 100644 index 00000000..67d1384a --- /dev/null +++ b/homelab/stacks/warpgate/docker-compose.yml @@ -0,0 +1,11 @@ +services: + warpgate: + image: ghcr.io/warp-tech/warpgate + ports: + - 2222:2222 + - 8888:8888 + - 33306:33306 + volumes: + - $DOCKER_DATA:/data + stdin_open: true + tty: true