Commit graph

11 commits

Author SHA1 Message Date
Peter Schiffer
15d3225d61
Tidy up Dockerfiles 2023-12-19 22:20:10 +01:00
Peter Schiffer
5427e1e1fc Replace envtpl with subvars for less deps
Fixes #71
2023-12-19 18:56:42 +01:00
Peter Schiffer
8f9ea37a85
Simplify configuration of pdns admin
Drop quotes from env var values, and add them only if needed directly in
the python config file.

Resolves #108
2023-05-06 21:50:58 +02:00
Peter Schiffer
c9247f4b32
Minor updates (#59)
* Update PDNS recursor version in Fedora image

* Update PDNS version in alpine image

* Update Dockerfile

* Update Dockerfile

* Update mariadb image version in kubernetes example

* Update admin images in k8s example

* Update ansible-playbook.yml

* Fix PDNS version in k8s example

* Update docker-compose.yml

* Update README.md

* Update docker-image.yml

* Update docker-image-pr.yml
2021-10-06 00:00:38 +02:00
Peter Schiffer
c8f3785b1d
Update pdns admin to match the latest upstream 2020-01-08 01:07:16 +01:00
Peter Schiffer
fafae795e4
Rework admin uwsgi image to run in single app mode
Before, the uwsgi was running in Emperor mode, supporting to run multiple
different apps. However, after the upgrade to Fedora 31, Emperor mode started
to take very long time to start, causing other issues. Since we are running
only one app anyway - this commit simplifies the uwsgi config by switching the
run mode only to single app.
2020-01-03 17:54:33 +01:00
Peter Schiffer
9e19de0a24
Remove deprecated instruction MAINTAINER 2020-01-01 16:23:53 +01:00
Peter Schiffer
a5f38cc6d5
Migrate docker-cmd.sh to entrypoint 2018-11-22 19:45:43 +01:00
Peter Schiffer
338d106d67
Add MYSQL_ENV_MYSQL_HOST and MYSQL_ENV_MYSQL_PORT variables 2018-11-22 19:06:34 +01:00
Peter Schiffer
d8214ebc7d
Add PDNS_ENV_PDNS_webserver_host variable, default stays the same - pdns 2018-11-22 19:01:52 +01:00
Peter Schiffer
8469c51c7d
Add ngoduykhanh version pdns admin 2018-11-21 01:31:02 +01:00