Retrieve old back end

This commit is contained in:
2022-03-15 19:44:14 +01:00
parent 10613d5c67
commit 84badb0e13
40 changed files with 1326 additions and 1776 deletions

View File

@ -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"

View File

@ -1,12 +0,0 @@
version: '2'
services:
mongo:
image: mongo
restart: always
ports:
- "27017:27017"
backend:
depends_on:
- mongo
build: .