23 lines
531 B
YAML
23 lines
531 B
YAML
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
|