First commit
This commit is contained in:
9
backend/compose.yml
Normal file
9
backend/compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
valhalla-scripted:
|
||||
tty: true
|
||||
container_name: valhalla
|
||||
ports:
|
||||
- 8002:8002
|
||||
volumes:
|
||||
- $PWD/custom_files:/custom_files
|
||||
image: ghcr.io/valhalla/valhalla-scripted:latest
|
||||
Reference in New Issue
Block a user