Luís Mendes
821b43d74f
Add support for running Docker container as non-root user using docker-entrypoint.sh ( #1892 )
...
* Enabling the usage of non root user in Docker
* Added docker-entrypoint.sh to .goreleaser.yml
* Renamed UID to PUID and GID to PGID
2024-07-21 11:03:15 +05:30
Karan Sharma
b4294c1eea
fix(docker): support multi-platform builds ( #1935 )
...
- Updated Dockerfile to use `--platform=$BUILDPLATFORM` for compatibility with multiple architectures
2024-07-10 23:45:52 +05:30
Karan Sharma
e4d8286535
feat: Add timezone config in app container
...
Adds `tzdata` in the `Dockerfile` of the app so that
user can pass a `TZ` env variable to the container to configure
their timezone information.
2021-12-29 11:42:04 +05:30
Bruno Wego
f346f0f9ea
chore(dockerfile): not are using multi-stage build
2021-04-19 18:14:32 -03:00
Ben
31ce55a3a1
Including an EXPOSE instruction in the Dockerfile
2021-02-19 18:34:09 +01:00
Karan Sharma
06bb719a7b
feat: Add separate config for demo setup, tweak docs
...
This PR adds `config-demo.toml` to `Dockerfile` which uses the db host
`demo-db`. This is more suited for demo setups. For normal docker installations
the db host is changed back to `db` which is a better sane default.
Reworded `INSTALL.md` and `README.md` for more clarity on docker
installation and configuration.
2020-07-08 22:38:31 +05:30
karan
728d1c26e7
feat: Add docker demo setup
2019-07-12 14:03:54 +05:30
mr-karan
bdc837d03f
feat: Create docker release
...
- Updates `.goreleaser.yml` to add docker build step
- Adds `Dockerfile` for listmonk
- Adds `docker-compose.yml` for reference.
2019-07-12 07:52:05 +05:30