services: aida_server: container_name: "AiDA_${SERVE_ENV}_Server" build: context: . dockerfile: Dockerfile working_dir: /app volumes: - ./app:/app/app - ./.env:/app/.env - /etc/localtime:/etc/localtime:ro - ./seg_cache:/seg_cache ports: - "${SERVE_PORT}:80" networks: - aida_app_net networks: aida_app_net: external: true name: aida_app_net