mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[MISC] Remove unused mongo docker-compose file. (#599)
This commit is contained in:
parent
426b29c382
commit
e303ae0083
|
@ -1,12 +0,0 @@
|
||||||
version: '3'
|
|
||||||
services:
|
|
||||||
mongo:
|
|
||||||
image: mongo:3.4
|
|
||||||
command: mongod --auth
|
|
||||||
environment:
|
|
||||||
- MONGO_INITDB_ROOT_USERNAME=authelia
|
|
||||||
- MONGO_INITDB_ROOT_PASSWORD=authelia
|
|
||||||
ports:
|
|
||||||
- '27017:27017'
|
|
||||||
networks:
|
|
||||||
- authelianet
|
|
Loading…
Reference in New Issue
Block a user