You've already forked powerdns-admin
							
							Compare commits
	
		
			3 Commits
		
	
	
		
			0f57eccf69
			...
			0.1.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| b67ff0e506 | |||
| 1fa3d8c3b1 | |||
| 983f792326 | 
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -1 +1,2 @@ | ||||
| /.env | ||||
| /docker-compose.override.yml | ||||
|   | ||||
| @@ -5,7 +5,7 @@ services: | ||||
|     image: ngoduykhanh/powerdns-admin:${PDA_VERSION} | ||||
|     restart: always | ||||
|     environment: | ||||
|       - SQLALCHEMY_DATABASE_URI=mysql://${MYSQL_USER}:${MYSQL_PASS}@host.docker.internal/${MYSQL_DBNAME} | ||||
|       - SQLALCHEMY_DATABASE_URI=${PDA_DBURI} | ||||
|       - GUNICORN_TIMEOUT=60 | ||||
|       - GUNICORN_WORKERS=2 | ||||
|       - GUNICORN_LOGLEVEL=INFO | ||||
|   | ||||
| @@ -1,8 +1,6 @@ | ||||
| # PowerDNS-Admin | ||||
| PDA_VERSION==0.2.4 | ||||
| MYSQL_DBNAME=pdns | ||||
| MYSQL_USER=pdns | ||||
| MYSQL_PASS=changeme | ||||
| PDA_VERSION=0.2.4 | ||||
| PDA_DBURI=mysql://pdns:changeme@host.docker.internal/pdns | ||||
|  | ||||
| # Træfik | ||||
| TRAEFIK_CERTRESOLVER=letsencrypt | ||||
|   | ||||
		Reference in New Issue
	
	Block a user