services: vox: image: gitea.qxy1828.com/chaos/vox:latest container_name: vox-app ports: - "19953:1995" volumes: - ./data.db:/app/data.db restart: always environment: - NODE_ENV=production - PORT=1995