Files
netfelix-audio-fix/docker-compose.yml
Felix Förtsch 36080951ef
All checks were successful
Build and Push Docker Image / build (push) Successful in 25s
add gitea actions ci, push docker image to registry
workflow builds on push to main, tags with latest + calver from
package.json, pushes to git.felixfoertsch.de container registry.
docker-compose.yml now pulls from registry instead of building locally.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 22:58:52 +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