Files
iplookup/docker-compose.yml
tchivert a6fdf97550
build / build (push) Successful in 40s
docker / docker (push) Successful in 1m57s
add docker and ci
2024-09-01 13:10:56 +02:00

11 lines
269 B
YAML

services:
iplookup:
image: git.rznet.fr/tchivert/iplookup
container_name: iplookup
ports:
- '8080:8080'
restart: unless-stopped
volumes:
- '/var/lib/GeoIP:/GeoIP'
command: '-c /GeoIP/GeoLite2-City.mmdb -a /GeoIP/GeoLite2-ASN.mmdb'