mirror of
https://github.com/aljazceru/haven.git
synced 2026-02-01 11:44:21 +01:00
Docker: remove /app/haven bind mount
The dockerfile already builds haven as /app/main
This commit is contained in:
1
dbin/.gitignore
vendored
1
dbin/.gitignore
vendored
@@ -1 +0,0 @@
|
||||
haven
|
||||
@@ -12,7 +12,6 @@ services:
|
||||
- VIRTUAL_PORT=3355
|
||||
volumes:
|
||||
- "./db:/app/db"
|
||||
- "./dbin:/app/haven"
|
||||
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
|
||||
network_mode: bridge
|
||||
restart: unless-stopped
|
||||
@@ -66,4 +65,4 @@ volumes:
|
||||
conf:
|
||||
html:
|
||||
certs:
|
||||
acme:
|
||||
acme:
|
||||
|
||||
@@ -8,9 +8,8 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db"
|
||||
- "./dbin:/app/haven"
|
||||
ports:
|
||||
- "3335"
|
||||
- "3355"
|
||||
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
|
||||
|
||||
tor:
|
||||
|
||||
@@ -8,7 +8,6 @@ services:
|
||||
- .env
|
||||
volumes:
|
||||
- "./db:/app/db"
|
||||
- "./dbin:/app/haven"
|
||||
ports:
|
||||
- "3355:3355"
|
||||
user: "${DOCKER_UID:-1000}:${DOCKER_GID:-1000}"
|
||||
|
||||
Reference in New Issue
Block a user