aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-06-24 16:24:09 -0500
committerParker <contact@pkrm.dev>2024-06-24 16:24:09 -0500
commit5b92454760a8af14bd1031e72024946f868d1de6 (patch)
treef8384cbf0d142777d9bff341e13fd5882182908b /docker-compose.yaml
parent80a39d38bf829193c655a7320c86df2a3146db2a (diff)
Major overhaul + Bare bones web UI
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
new file mode 100644
index 0000000..b48b49d
--- /dev/null
+++ b/docker-compose.yaml
@@ -0,0 +1,12 @@
+services:
+ linklogger:
+ container_name: linklogger
+ image: ghcr.io/packetparker/linklogger:latest
+ network_mode: host
+ environment:
+ - BASE_URL=https://your.domain
+ - IP_TO_LOCATION=True
+ - API_KEY=awd
+ volumes:
+ - /path/on/system:/data
+ restart: on-failure \ No newline at end of file