mirror of
https://gitea.tendokyu.moe/Kayori/Medusa.net.git
synced 2026-09-22 22:38:00 +03:00
Added docker-compose for local dev.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
medusa:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Core/Server/Dockerfile
|
||||
image: thatzokay/medusa.net:latest
|
||||
ports:
|
||||
- "5120:5120"
|
||||
Reference in New Issue
Block a user