This commit is contained in:
Elijah McMorris 2023-12-15 05:54:00 +00:00
parent 08d8d2d63b
commit 7bf0033970
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
4 changed files with 29 additions and 9 deletions

View file

@ -1,6 +1,7 @@
version: "3"
services:
surrealdb:
image: surrealdb/surrealdb:latest
container_name: surrealdb
env_file:
- .env
@ -12,7 +13,6 @@ services:
- --pass
- $DB_PASSWORD
- file:/data/surrealdb
image: surrealdb/surrealdb:latest
ports:
- 8000:8000
volumes: