Now I have a docker-compose yaml file for easy deployment

This commit is contained in:
Tarod BOFH 2024-04-27 20:36:01 +02:00
parent 1097ac98af
commit b2c2f91c9f
Signed by untrusted user: Cbr
GPG Key ID: 6861832A1DABEE21

11
compose.yaml Normal file
View File

@ -0,0 +1,11 @@
services:
spt:
build: .
ports:
- "6969:6969"
environment:
SPT_LOG_REQUESTS=true
SPT_BACKEND_IP=127.0.0.1
volumes:
- config:/app/Aki_Data/Server
- user:/app/user