Skip to content
Snippets Groups Projects
Commit 9791bcc2 authored by Jonas Zohren's avatar Jonas Zohren
Browse files

Add "deploy to docker" section in readme

parent 664ee132
Branches main
No related tags found
No related merge requests found
Pipeline #19233 passed
...@@ -14,3 +14,7 @@ Simple API-Server to save the state of quests in workadventure ...@@ -14,3 +14,7 @@ Simple API-Server to save the state of quests in workadventure
This project uses [dotent](https://github.com/motdotla/dotenv#readme) so you can have a `.env` file or pass config to it via environment variables. This project uses [dotent](https://github.com/motdotla/dotenv#readme) so you can have a `.env` file or pass config to it via environment variables.
The variables and their defaults are listed in [`src/config.ts`](./src/config.ts) The variables and their defaults are listed in [`src/config.ts`](./src/config.ts)
# Deploy with docker
The docker image listens on port 4000 (unencrypted HTTP). Data is saved in `/usr/app/data`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment