version: '3.7' services: mongoexpress: image: mongo-express network_mode: host environment: - ME_CONFIG_MONGODB_ENABLE_ADMIN=true - ME_CONFIG_MONGODB_SERVER=127.0.0.1 - ME_CONFIG_MONGODB_PORT=27017 - ME_CONFIG_MONGODB_AUTH_DATABASE=admin mongo: network_mode: host image: mongo:latest doorboy_proxy: network_mode: host environment: MONGO_URI=mongodb://127.0.0.1:27017/kspace_accounting?replicaSet=kspace-mongo-set DOORBOY_SECRET=keykeykey build: context: .