This commit is contained in:
Elijah McMorris 2024-02-18 04:50:13 -08:00
parent e4b6b9b86a
commit 51f422874f
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
6 changed files with 25 additions and 20 deletions

View file

@ -1,3 +1,16 @@
# Install
Copy [docker-compose.yml](./docker-compose.yml)
Create data folder next to docker-compose.yml and .env, and set the data type in .env
```
├── data
│ └── surrealdb
├── docker-compose.yml
└── .env
```
`docker compose up --pull always -d`
## Example .env
```
# If not using docker, use 0.0.0.0:8000