feat: Reverts adding user as the problem was a typo in the env.

This commit is contained in:
2025-04-10 08:43:25 -04:00
parent 8bd014ddf2
commit 0f12193a49

View File

@@ -3,7 +3,6 @@ services:
image: git.housh.dev/hhe/vapor-po:prod image: git.housh.dev/hhe/vapor-po:prod
container_name: purchase_orders container_name: purchase_orders
restart: unless-stopped restart: unless-stopped
user: 1000:1000
environment: environment:
LOG_LEVEL: ${LOG_LEVEL:-debug} LOG_LEVEL: ${LOG_LEVEL:-debug}
SQLITE_FILENAME: ${SQLITE_FILENAME:-/data/db.sqlite} SQLITE_FILENAME: ${SQLITE_FILENAME:-/data/db.sqlite}