First commit.
This commit is contained in:
commit
16bd1cb55f
3 changed files with 63 additions and 0 deletions
13
compose.yaml
Normal file
13
compose.yaml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue