mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-07-04 17:21:43 +02:00
Retrieve old back end
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
mongo:
|
||||
extends:
|
||||
file: docker-compose.yml
|
||||
service: mongo
|
||||
|
||||
mongo-express:
|
||||
depends_on:
|
||||
- mongo
|
||||
image: mongo-express
|
||||
restart: always
|
||||
ports:
|
||||
- "8081:8081"
|
@ -1,12 +0,0 @@
|
||||
version: '2'
|
||||
services:
|
||||
mongo:
|
||||
image: mongo
|
||||
restart: always
|
||||
ports:
|
||||
- "27017:27017"
|
||||
|
||||
backend:
|
||||
depends_on:
|
||||
- mongo
|
||||
build: .
|
Reference in New Issue
Block a user