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