All checks were successful
Build and Push Docker Image / build (push) Successful in 25s
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>
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
|