Initial commit

This commit is contained in:
skidoodle 2024-05-31 13:35:37 +02:00
commit 9e153ebed3
11 changed files with 1261 additions and 0 deletions

15
docker-compose.yaml Normal file
View file

@ -0,0 +1,15 @@
version: '3.9'
services:
iphistory:
image: ghcr.io/skidoodle/iphistory:main
container_name: iphistory
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- data:/app
volumes:
data:
driver: local