1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

60 Commits

Author SHA1 Message Date
Patrik J. Braun
d324eca2c8 fixing Dockerfile.build paths 2019-12-22 21:15:10 +01:00
Patrik J. Braun
fb99df6157 installing ffmpeg with package manager for docker build 2019-12-21 18:14:28 +01:00
Patrik J. Braun
9cd5c76b5e updating buildx docker 2019-12-20 20:44:15 +01:00
Patrik J. Braun
70f1030de8 adding buildx dockerfiles 2019-12-20 19:20:14 +01:00
Patrik J. Braun
fbdbafaa9a refactoring Dockerfiles, adding arm32v6 support 2019-12-14 10:16:17 +01:00
Patrik J. Braun
268043fe5d
Update Dockerfile 2019-12-12 22:30:52 +01:00
Suika
441697ef2c
Update alpine dockerfile
Since I don't know how to generate the config file without launching the server, this should do. Since it's only a build process, shouldn't matter too much.
2019-12-12 02:31:51 +01:00
Patrik J. Braun
09b626980e fixing docker build error 2019-12-08 12:44:18 +01:00
Suika
9c6a7c97e3
Add healthcheck 2019-10-03 02:56:20 +02:00
Suika
3956b2d944
Alpine docker container
Build everything in the staged container and only copy the complete product to the final container.
Also reduced the size of the container threefold.

Created `data/{config,db,images,TEMP}` to make volumes possible for ease of use with docker and persistence of configurations.
`config.json` symlinks to `data/config/config.json` since I don'T know how to call for the config in different path
2019-10-03 02:09:56 +02:00