Files
RepoDructor/docker-compose.yml
josedario87 7f9533cfcc
All checks were successful
build-and-deploy / build (push) Successful in 19s
Simplify deployment: use manual NAS mount instead of CIFS driver
2025-08-04 14:23:05 -06:00

18 lines
428 B
YAML

services:
repodructor:
image: gitea.nucleoriofrio.com/nucleo000/repodructor:latest
container_name: repodructor
restart: unless-stopped
volumes:
# Mount manually mounted NAS directory
- /srv/repodructor/musica:/app/public/music:ro
environment:
- NODE_ENV=production
- NUXT_HOST=0.0.0.0
- NUXT_PORT=3000
networks:
- principal
networks:
principal:
external: true