added new folder and ran tests

This commit is contained in:
Brian Bjarke Jensen
2024-05-07 20:19:18 +02:00
parent d9d2dbab74
commit bc653a0be4
16 changed files with 700 additions and 19 deletions
+16 -17
View File
@@ -1,21 +1,20 @@
version: '3.7'
services:
# app:
# image: visual_critical_discourse_analysis:dev
# container_name: visual_critical_discourse_analysis
# build:
# context: .
# dockerfile: Dockerfile
# env_file:
# - local.env
# environment:
# - ENV=DEV
# ports:
# - 8050:8050
# networks:
# - backend
# depends_on:
# - mongo
app:
image: visual_critical_discourse_analysis:dev
container_name: visual_critical_discourse_analysis
build:
context: .
dockerfile: ./web_ui/Dockerfile
env_file:
- local.env
environment:
- ENV=DEV
ports:
- 8050:8050
networks:
- backend
depends_on:
- mongo
mongo:
image: mongo:latest
container_name: mongo