We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b31a9b + 1414df6 commit 41d3f58Copy full SHA for 41d3f58
1 file changed
docker-compose.yml
@@ -70,33 +70,3 @@ services:
70
networks:
71
- internal
72
- 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
90
- - 127.0.0.1:${OPENBAO_PORT:-8200}:8200
91
92
93
94
- dufs:
95
- image: sigoden/dufs:latest
96
- command: /data -A --allow-upload --allow-delete
97
- volumes:
98
- - ./volumes/webdav:/data
99
100
- - 127.0.0.1:${DUFS_PORT:-5000}:5000
101
102
0 commit comments