all fixed

This commit is contained in:
2025-07-11 10:53:35 -05:00
parent 3fda905bcd
commit 57ec164675
6 changed files with 17 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ services:
web: web:
build: . build: .
ports: ports:
- 2007:2007 - 2006:2007
depends_on: depends_on:
- influxdbV1 - influxdbV1
volumes: volumes:

View File

@@ -3,7 +3,7 @@ services:
image: ghcr.io/majorpeter/atomic-tracker:latest image: ghcr.io/majorpeter/atomic-tracker:latest
container_name: reachableceo-atomichabits container_name: reachableceo-atomichabits
ports: ports:
- "2005:8080" - "2008:8080"
volumes: volumes:
- tsys-atomichabits:/config - tsys-atomichabits:/config
restart: always restart: always

View File

@@ -4,6 +4,6 @@ services:
container_name: reachableceo-easy-gate container_name: reachableceo-easy-gate
restart: always restart: always
ports: ports:
- 2006:8080 - 2005:8080
volumes: volumes:
- ./easy-gate.json:/etc/easy-gate/easy-gate.json - ./easy-gate.json:/etc/easy-gate/easy-gate.json

View File

@@ -30,6 +30,11 @@
"category": "", "category": "",
"url": "http://CharlesDevServer.knel.net:2002", "url": "http://CharlesDevServer.knel.net:2002",
}, },
{
"name": "Atuin",
"category": "",
"url": "http://CharlesDevServer.knel.net:2003",
},
{ {
"name": "Tube Archivist", "name": "Tube Archivist",
"category": "", "category": "",
@@ -38,18 +43,23 @@
{ {
"name": "Reactive Resume", "name": "Reactive Resume",
"category": "", "category": "",
"url": "http://CharlesDevServer.knel.net:2003", "url": "http://CharlesDevServer.knel.net:2007",
}, },
{ {
"name": "Atomic Habits", "name": "Atomic Habits",
"category": "", "category": "",
"url": "http://CharlesDevServer.knel.net:2005" "url": "http://CharlesDevServer.knel.net:2008"
},
{
"name": "Kiwix",
"category": "",
"url": "http://CharlesDevServer.knel.net:2009",
}, },
{ {
"name": "Apple Health Exporter", "name": "Apple Health Exporter",
"category": "", "category": "",
"url": "http://CharlesDevServer.knel.net:2007", "url": "http://CharlesDevServer.knel.net:2010",
}, }
], ],
"notes": [ "notes": [
{ {