Add missing services and update -gitignore

This commit is contained in:
compute
2026-05-03 07:40:52 +00:00
parent 2efeef39c5
commit 69d5fc0b16
6 changed files with 111 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
vrising:
image: trueosiris/vrising
environment:
- TZ=Europe/Paris
- SERVERNAME=vrising-TrueOsiris
volumes:
- type: bind
source: ./server-data
target: /mnt/vrising/server
bind:
create_host_path: true
- type: bind
source: ./persistent-data
target: /mnt/vrising/persistentdata
bind:
create_host_path: true
ports:
- '9876:9876/udp'
- '9877:9877/udp'
restart: unless-stopped
network_mode: bridge