Add missing services and update -gitignore
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user