mirror of
https://github.com/kemko/PowerDNS-Admin.git
synced 2026-01-06 10:05:46 +03:00
Adjustment to work with Python3
This commit is contained in:
22
docker-compose.dev.yml
Normal file
22
docker-compose.dev.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: "2.1"
|
||||
|
||||
services:
|
||||
powerdns-admin:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: powerdns-admin
|
||||
container_name: powerdns-admin
|
||||
mem_limit: 256M
|
||||
memswap_limit: 256M
|
||||
tty: true
|
||||
command: /usr/bin/supervisord -c /etc/supervisord.conf
|
||||
ports:
|
||||
- "9191:9191"
|
||||
volumes:
|
||||
- .:/powerdns-admin/
|
||||
- "./configs/development.py:/powerdns-admin/config.py"
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: 50m
|
||||
Reference in New Issue
Block a user