Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "services": [
- {
- "type": "app",
- "data": {
- "projectName": "sillytavern",
- "serviceName": "filebrowser",
- "source": {
- "type": "image",
- "image": "filebrowser/filebrowser:v2-s6"
- },
- "deploy": {
- "replicas": 1,
- "command": null,
- "zeroDowntime": false
- },
- "domains": [
- {
- "host": "files.yourdomain.com",
- "https": true,
- "port": 80,
- "path": "/"
- },
- "mounts": [
- {
- "type": "bind",
- "hostPath": "/",
- "mountPath": "/srv"
- },
- {
- "type": "volume",
- "name": "database",
- "mountPath": "/database"
- },
- {
- "type": "file",
- "content": "{\n \"port\": 80,\n \"baseURL\": \"\",\n \"address\": \"\",\n \"log\": \"stdout\",\n \"database\": \"/database/database.db\",\n \"root\": \"/srv\"\n}",
- "mountPath": "/.filebrowser.json"
- }
- ]
- }
- },
- {
- "type": "app",
- "data": {
- "projectName": "sillytavern",
- "serviceName": "sillytavern-release",
- "source": {
- "type": "github",
- "owner": "Cohee1207",
- "repo": "SillyTavern",
- "ref": "release",
- "path": "/",
- "autoDeploy": false
- },
- "deploy": {
- "replicas": 1,
- "command": null,
- "zeroDowntime": true
- },
- "domains": [
- {
- "host": "st.yourdomain.com",
- "https": true,
- "port": 8000,
- "path": "/"
- },
- "mounts": [
- {
- "type": "volume",
- "name": "sd-images",
- "mountPath": "/home/node/app/public/user"
- },
- {
- "type": "volume",
- "name": "config",
- "mountPath": "/home/node/app/config"
- }
- ]
- }
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement