add a docker bin

This commit is contained in:
Barry Deen
2024-09-26 20:51:54 -04:00
parent 48981b729f
commit 739affa180
4 changed files with 5 additions and 4 deletions

1
dbin/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
haven

View File

@@ -12,7 +12,7 @@ services:
- VIRTUAL_PORT=3355
volumes:
- "./db:/app/db"
- "./haven:/app"
- "./dbin:/app/haven"
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
network_mode: bridge
restart: unless-stopped

View File

@@ -8,9 +8,9 @@ services:
- .env
volumes:
- "./db:/app/db"
- "./haven:/app"
- "./dbin:/app/haven"
ports:
- "3355"
- "3335"
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
tor:

View File

@@ -8,7 +8,7 @@ services:
- .env
volumes:
- "./db:/app/db"
- "./haven:/app"
- "./dbin:/app/haven"
ports:
- "3355:3355"
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"