Init warpgate stack

This commit is contained in:
Joey Hafner 2024-10-05 12:31:52 -07:00
parent 793a419d20
commit 94d9b2aa60
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1 @@
DOCKER_DATA=/home/admin/data/warpgate

View File

@ -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