diff options
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a300225 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +services: + mobius-hotline-server: + build: . + ports: + - "5500:5500" + - "5501:5501" + # If you intend to bind mount the config directory run + # cp -r cmd/mobius-hotline-server/mobius/config ./config + # first. + # volumes: + # - ./config:/usr/local/var/mobius/config |