mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Added very basic Docker Compose / Portainer template for the current project.
This commit is contained in:
parent
02e4fcc20a
commit
56ee0d674e
15
deploy/docker/portainer.yaml
Normal file
15
deploy/docker/portainer.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
|
||||
core:
|
||||
image: powerdnsadmin/pda-legacy:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SECRET_KEY=INSECURE-CHANGE-ME-9I0DAtfkfj5JmBkPSaHah3ECAa8Df5KK
|
||||
ports:
|
||||
- "12000:9191"
|
||||
volumes:
|
||||
- "core_data:/data"
|
||||
|
||||
volumes:
|
||||
core_data:
|
Loading…
Reference in New Issue
Block a user