services: dostalgia: image: droideparanoico/dostalgia # Uncomment to build from source instead of using the pre-built image: # build: . container_name: dostalgia ports: - "8765:8765" volumes: - ./data:/data env_file: - .env environment: - DOSTALGIA_DATA_DIR=/data restart: unless-stopped