more error handling and overwrite option

This commit is contained in:
Elijah McMorris 2023-12-18 02:38:46 -08:00
parent e37d413372
commit 8905c88819
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
8 changed files with 76 additions and 23 deletions

View file

@ -13,6 +13,13 @@ services:
- --pass
- $DB_PASSWORD
- file:/data/surrealdb
restart: always
deploy:
resources:
limits:
memory: 8GB
reservations:
cpus: '0.5'
ports:
- 8000:8000
volumes: