feat: Adds user to compose file.

This commit is contained in:
2025-04-10 08:39:58 -04:00
parent 0831b9f69d
commit 8bd014ddf2

View File

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