diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..113a373 --- /dev/null +++ b/compose.yaml @@ -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