Skip to content

Commit 41d3f58

Browse files
authored
Merge pull request #15 from LibreCodeCoop/chore/remove-unecessary-services
chore: remove unecessary services
2 parents 4b31a9b + 1414df6 commit 41d3f58

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docker-compose.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)