Files
netfelix-audio-fix/docker-compose.yml
T
felixfoertsch f6529bbff5
Build and Push Docker Image / build (push) Failing after 55s
add gitea actions CI, push docker image to registry
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:45:14 +01:00

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