NEW: Docker-compose file

This commit is contained in:
Jean-Claude 2020-04-23 14:42:16 +02:00
parent b2b344af60
commit 67d8eda971
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
2 changed files with 14 additions and 0 deletions

2
app.env_example Normal file
View File

@ -0,0 +1,2 @@
HpLogin=
HpPass=

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: '3.7'
services:
dyndns:
build: '.'
container_name: dyndns
volumes:
- ${PWD}/src:/app/src
- ${PWD}/log:/app/log
- ${PWD}/lastIp:/app/lastIp
env_file:
- app.env