Now I have a docker-compose yaml file for easy deployment
This commit is contained in:
parent
1097ac98af
commit
b2c2f91c9f
11
compose.yaml
Normal file
11
compose.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user