Files
AiDA_Python/docker-compose.yml

13 lines
271 B
YAML
Raw Normal View History

services:
aida_server:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
volumes:
- ./app:/app/app
- ./.env_prod:/app/.env
- /etc/localtime:/etc/localtime:ro
- ./seg_cache:/seg_cache
ports:
- "10200:80"