services: aida_server: container_name: "FiDA_${SERVE_ENV}_Server" build: context: . dockerfile: Dockerfile working_dir: /app volumes: - ./app:/app/app - ./.env:/app/.env - /etc/localtime:/etc/localtime:ro ports: - "${SERVE_PORT}:80"