f6529bbff5
Build and Push Docker Image / build (push) Failing after 55s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
255 B
YAML
12 lines
255 B
YAML
services:
|
|
netfelix-audio-fix:
|
|
image: git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:latest
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ./data:/data
|
|
environment:
|
|
- DATA_DIR=/data
|
|
- PORT=3000
|
|
restart: unless-stopped
|