Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ixpict/powerdns-admin-pgsql
PowerDNS-admin image with postgresql
https://github.com/ixpict/powerdns-admin-pgsql
Last synced: 3 months ago
JSON representation
PowerDNS-admin image with postgresql
- Host: GitHub
- URL: https://github.com/ixpict/powerdns-admin-pgsql
- Owner: ixpict
- Created: 2018-12-31T12:29:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T13:58:17.000Z (about 6 years ago)
- Last Synced: 2024-08-02T12:44:54.595Z (6 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ixpict/powerdns-admin-pgsql - PowerDNS-admin image with postgresql (others)
README
# Docker image for powerdns-admin with postgresql
Docker image for [powerdns-admin](https://github.com/ngoduykhanh/PowerDNS-Admin) with postgresql
# Usage
docker run --name pdnsadmin-test -e BIND_ADDRESS=0.0.0.0 \
-e SECRET_KEY='a-very-secret-key' \
-e PORT='9191' \
-e SQLA_DB_USER='powerdns_admin_user' \
-e SQLA_DB_PASSWORD='exceptionallysecure' \
-e SQLA_DB_HOST='192.168.0.100' \
-e SQLA_DB_NAME='powerdns_admin_test' \
-v /data/node_modules:/var/www/powerdns-admin/node_modules
-d -p 9191:9191 ixpict/powerdns-admin-pgsql:latest