mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
less network spam
Some checks failed
Server / build-dhfs (push) Failing after 6m38s
Server / build-webui (push) Successful in 2m26s
Server / publish-docker (push) Has been skipped
Server / publish-run-wrapper (push) Has been skipped
Some checks failed
Server / build-dhfs (push) Failing after 6m38s
Server / build-webui (push) Successful in 2m26s
Server / publish-docker (push) Has been skipped
Server / publish-run-wrapper (push) Has been skipped
This commit is contained in:
@@ -2,23 +2,23 @@ version: "3.2"
|
||||
|
||||
services:
|
||||
dhfs1:
|
||||
image: ghcr.io/usatiuk/dhfs:main
|
||||
# build: .
|
||||
# image: ghcr.io/usatiuk/dhfs:main
|
||||
build: .
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/fuse
|
||||
command: "./dockerentry.sh -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5010"
|
||||
command: "./dockerentry.sh -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5010 -Ddhfs.objects.autosync.download-all=true"
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8081:8443
|
||||
- 5005:5005
|
||||
dhfs2:
|
||||
image: ghcr.io/usatiuk/dhfs:main
|
||||
# build: .
|
||||
# image: ghcr.io/usatiuk/dhfs:main
|
||||
build: .
|
||||
privileged: true
|
||||
devices:
|
||||
- /dev/fuse
|
||||
command: "./dockerentry.sh -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5010"
|
||||
command: "./dockerentry.sh -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5010 -Ddhfs.objects.autosync.download-all=true"
|
||||
ports:
|
||||
- 8090:8080
|
||||
- 8091:8443
|
||||
|
||||
Reference in New Issue
Block a user