added definition of server access test
This commit is contained in:
@@ -0,0 +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:
|
||||||
|
- server.env
|
||||||
|
ports:
|
||||||
|
- 8050:8050
|
||||||
|
networks:
|
||||||
|
- backend
|
||||||
|
depends_on:
|
||||||
|
- mongo
|
||||||
|
|
||||||
|
networks:
|
||||||
|
backend:
|
||||||
|
driver: bridge
|
||||||
Reference in New Issue
Block a user