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' version: '3.7'
services: services:
app: # app:
image: visual_critical_discourse_analysis:dev # image: visual_critical_discourse_analysis:dev
container_name: visual_critical_discourse_analysis # container_name: visual_critical_discourse_analysis
build: # build:
context: . # context: .
dockerfile: Dockerfile # dockerfile: Dockerfile
env_file: # env_file:
- local.env # - local.env
environment: # environment:
- ENV=DEV # - ENV=DEV
ports: # ports:
- 8050:8050 # - 8050:8050
networks: # networks:
- backend # - backend
depends_on: # depends_on:
- mongo # - mongo
mongo: mongo:
image: mongo:latest image: mongo:latest
container_name: mongo container_name: mongo
@@ -41,4 +41,4 @@ services:
networks: networks:
backend: backend:
driver: bridge driver: bridge