commented out app for testing

This commit is contained in:
Brian Bjarke Jensen
2024-03-31 10:29:17 +02:00
parent e0eb1dd53c
commit 0e404015f1
+17 -17
View File
@@ -1,21 +1,21 @@
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: Dockerfile
# env_file:
# - local.env
# environment:
# - ENV=DEV
# ports:
# - 8050:8050
# networks:
# - backend
# depends_on:
# - mongo
mongo:
image: mongo:latest
container_name: mongo
@@ -41,4 +41,4 @@ services:
networks:
backend:
driver: bridge
driver: bridge