Initial commit

This commit is contained in:
skidoodle 2024-06-13 11:43:30 +02:00
commit 228b37f9fd
6 changed files with 347 additions and 0 deletions

14
docker-compose.yml Normal file
View file

@ -0,0 +1,14 @@
version: '3'
services:
ipzxqco:
image: skidoodle/ipinfo:main
build: .
restart: unless-stopped
volumes:
- data:/app/data
ports:
- 3000:3000
volumes:
data: