services: app: build: ./app container_name: linebot-app ports: - "8000:8000" env_file: - .env volumes: - ./app:/app