services: repodructor: image: gitea.nucleoriofrio.com/nucleo000/repodructor:latest container_name: repodructor restart: unless-stopped volumes: # Mount music directory from server - /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