mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-02 08:11:41 +02:00
Integrate dockerized Mongodb configuration
This commit is contained in:
14
backend/docker/docker-compose.dev.yml
Normal file
14
backend/docker/docker-compose.dev.yml
Normal file
@ -0,0 +1,14 @@
|
||||
version: '2'
|
||||
services:
|
||||
mongo:
|
||||
extends:
|
||||
file: docker-compose.yml
|
||||
service: mongo
|
||||
|
||||
mongo-express:
|
||||
depends_on:
|
||||
- mongo
|
||||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- "8081:8081"
|
Reference in New Issue
Block a user