5 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ services:
# AudioMuse-AI Flask application service
audiomuse-ai-flask:
image: ghcr.io/neptunehub/audiomuse-ai:0.9.3 # Reflects deployment.yaml
image: ghcr.io/neptunehub/audiomuse-ai:0.9.6 # Reflects deployment.yaml
container_name: audiomuse-ai-flask-app
ports:
- "8013:8000"
@@ -69,7 +69,7 @@ services:
# AudioMuse-AI RQ Worker service
audiomuse-ai-worker:
image: ghcr.io/neptunehub/audiomuse-ai:0.9.3 # Reflects deployment.yaml
image: ghcr.io/neptunehub/audiomuse-ai:0.9.6 # Reflects deployment.yaml
container_name: audiomuse-ai-worker-instance
env_file:
- .env

View File

@@ -2,7 +2,7 @@
services:
pihole:
container_name: pihole
image: pihole/pihole:2026.02.0
image: pihole/pihole:2026.04.0
ports:
# DNS Ports
- "53:53/tcp"