First commit.

This commit is contained in:
Fern Garden 2025-09-07 16:30:17 +08:00
commit 16bd1cb55f
3 changed files with 63 additions and 0 deletions

13
compose.yaml Normal file
View file

@ -0,0 +1,13 @@
name: ExoPlaSim
services:
exoplasim:
container_name: ExoPlaSim
user: "${UID:-1001}:${GID:-1001}"
build:
context: .
args:
UID: "${UID:-1001}"
GID: "${GID:-1001}"
volumes:
- "${MODEL:?error}:/build"