feat: Reverts adding user as the problem was a typo in the env.
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user