Commit Graph

9 Commits

Author SHA1 Message Date
zegkljan
2379a33594 Removed entrypoint script, launched directly. 2022-08-10 00:28:06 +02:00
zegkljan
e6fef137e7 Upgraded go & alpine, fix db checkpointing.
* Go version set to 1.19 in go.mod.
* Alpine upgraded to 3.16 in Dockerfile.
* DB restart checkpoint is forced manually after 15 mins of inactivity.
* DB truncate checkpoint is forced manually at exit.
2022-08-09 10:50:49 +02:00
4234c29ae2 Docker: add default to ARG to suppress a warning
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-20 10:51:23 +01:00
17256ad351 Fix CI git hash
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-20 10:42:57 +01:00
zegkljan
7506421848 thumbnail content type
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
* content type of thumbnail is separated from the full photo content type
* remove git from build dependencies in Dockerfile
2022-02-20 01:09:54 +01:00
zegkljan
1cf44e3bfc build info
All checks were successful
continuous-integration/drone/push Build is passing
* API endpoint
* dockerfile adds commit hash and build time during build
2022-02-20 00:20:19 +01:00
7e24464387 Split Dockerfile into build & run images 2022-02-13 16:38:58 +01:00
96db44ce34 Tweak Dockerfile
- Don't use git, copy local copy.
- Define volume as early as possible.
2022-02-13 16:26:40 +01:00
zegkljan
e2aa0d1aea Dockerfile, settable port
* added Dockerfile
* server listenting port is configurable via CLI argument
2022-02-11 08:02:27 +01:00