fix(snipeit): Always restart

This commit is contained in:
hygienic-books 2025-01-29 01:11:31 +01:00
parent 788ef207b3
commit 1543d3ca58
2 changed files with 6 additions and 5 deletions

View File

@ -8,4 +8,4 @@ services:
max-size: "10m" max-size: "10m"
max-file: "10" max-file: "10"
compress: "true" compress: "true"
restart: "${RESTARTPOLICY:-unless-stopped}" restart: "${RESTARTPOLICY:-always}"

View File

@ -1,6 +1,3 @@
# This file is maintained by remco and populated with data from HashiCorp
# Vault. Changes not done in Vault will be reverted when file gets rendered.
APP_ENV=production APP_ENV=production
APP_KEY=base64:your-app-key-here APP_KEY=base64:your-app-key-here
APP_LOCALE=en APP_LOCALE=en
@ -29,4 +26,8 @@ SNIPEIT_PORT=61000
SNIPEIT_VERSION=latest SNIPEIT_VERSION=latest
SUBNET=172.30.95.0/24 SUBNET=172.30.95.0/24
# Set to true when needed for temporary debugging # Set to true when needed for temporary debugging
APP_DEBUG=false APP_DEBUG=false
# Other available defaults
# RESTARTPOLICY=always
# TIMEZONE=Etc/UTC