File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -70,33 +70,3 @@ services:
7070 networks :
7171 - internal
7272 - external
73- mailpit :
74- image : axllent/mailpit:latest
75- ports :
76- - 127.0.0.1:${MAILPIT_UI_PORT:-8025}:8025
77- - 127.0.0.1:${MAILPIT_SMTP_PORT:-1025}:1025
78- networks :
79- - internal
80-
81- openbao :
82- image : openbao/openbao:latest
83- command : server -dev
84- environment :
85- - BAO_DEV_ROOT_TOKEN_ID=${OPENBAO_DEV_TOKEN:-dev-only-root-token}
86- - BAO_DEV_LISTEN_ADDRESS=0.0.0.0:8200
87- cap_add :
88- - IPC_LOCK
89- ports :
90- - 127.0.0.1:${OPENBAO_PORT:-8200}:8200
91- networks :
92- - internal
93-
94- dufs :
95- image : sigoden/dufs:latest
96- command : /data -A --allow-upload --allow-delete
97- volumes :
98- - ./volumes/webdav:/data
99- ports :
100- - 127.0.0.1:${DUFS_PORT:-5000}:5000
101- networks :
102- - internal
You can’t perform that action at this time.
0 commit comments