1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-15 01:24:25 +02:00

implementing job history saving

This commit is contained in:
Patrik J. Braun
2019-12-29 00:35:41 +01:00
parent 47b1aa7b86
commit ddb734e64a
47 changed files with 479 additions and 316 deletions

View File

@ -16,8 +16,7 @@ ENTRYPOINT ["npm", "start", "--", \
# after a extensive job (like video converting), pigallery calls gc, to clean up everthing as fast as possible
"--expose-gc", \
"--config-path=/app/data/config/config.json", \
"--Server-Database-sqlite-storage=/app/data/db/sqlite.db", \
"--Server-Database-memory-usersFile=/app/data/db/users.db", \
"--Server-Database-dbFolder=/app/data/db", \
"--Server-Media-folder=/app/data/images", \
"--Server-Media-tempFolder=/app/data/tmp"]
EXPOSE 80

View File

@ -15,8 +15,7 @@ ENTRYPOINT ["npm", "start", "--", \
# after a extensive job (like video converting), pigallery calls gc, to clean up everthing as fast as possible
"--expose-gc", \
"--config-path=/app/data/config/config.json", \
"--Server-Database-sqlite-storage=/app/data/db/sqlite.db", \
"--Server-Database-memory-usersFile=/app/data/db/users.db", \
"--Server-Database-dbFolder=/app/data/db", \
"--Server-Media-folder=/app/data/images", \
"--Server-Media-tempFolder=/app/data/tmp"]
EXPOSE 80

View File

@ -18,8 +18,7 @@ ENTRYPOINT ["npm", "start", "--", \
# after a extensive job (like video converting), pigallery calls gc, to clean up everthing as fast as possible
"--expose-gc", \
"--config-path=/app/data/config/config.json", \
"--Server-Database-sqlite-storage=/app/data/db/sqlite.db", \
"--Server-Database-memory-usersFile=/app/data/db/users.db", \
"--Server-Database-dbFolder=/app/data/db", \
"--Server-Media-folder=/app/data/images", \
"--Server-Media-tempFolder=/app/data/tmp"]
EXPOSE 80