services: web: build: . ports: - "8000:8000" volumes: - audio_data:/data/audio env_file: - .env restart: unless-stopped volumes: audio_data: