This commit is contained in:
Jared Furlow 2025-05-03 13:42:31 -05:00
parent 816cf857c5
commit 5fc991f90c

View File

@ -6,5 +6,8 @@ services:
dockerfile: ./Dockerfile
environment:
- 'BORE_SECRET=${BORE_SECRET}'
ports:
- '22766:22766'
- '7835:7835'
healthcheck:
test: ["CMD", "/bin/sh", "-c", "exit 0"]