mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Hook entrypoint
This commit is contained in:
@@ -24,10 +24,11 @@ FROM wger/devel:latest
|
||||
|
||||
# Set S6 wait time
|
||||
ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \
|
||||
S6_SERVICES_GRACETIME=300000 \
|
||||
\
|
||||
SYNC_EXERCISES_ON_STARTUP=True \
|
||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||
S6_SERVICES_GRACETIME=0 \
|
||||
S6_STAGE2_HOOK=/ha_entrypoint.sh
|
||||
|
||||
ENV SYNC_EXERCISES_ON_STARTUP=True \
|
||||
DOWNLOAD_EXERCISE_IMAGES_ON_STARTUP=True \
|
||||
FROM_EMAIL='wger Workout Manager <wger@example.com>' \
|
||||
DJANGO_MEDIA_ROOT="/data/media" \
|
||||
|
||||
Reference in New Issue
Block a user