switch from linkstack to static webserver

This commit is contained in:
azpsen
2025-04-23 14:11:12 -05:00
parent 658285f13c
commit e637e839c0
2 changed files with 12 additions and 16 deletions

View File

@@ -261,20 +261,6 @@ services:
- ${DNS_IP}
restart: unless-stopped
## Link Stack
linkstack:
container_name: linkstack
image: linkstackorg/linkstack
env_file:
- ${ENV_DIR}/linkstack.env
ports:
- 4000:80
dns:
- ${DNS_IP}
volumes:
- linkstack:/htdocs
restart: unless-stopped
## LubeLogger (car mileage tracker)
lubelogger:
container_name: lubelogger
@@ -530,6 +516,17 @@ services:
- ${DNS_IP}
restart: unless-stopped
## Personal Website
webserver:
container_name: azpsen
image: lipanski/docker-static-website:latest
ports:
- 4000:3000
volumes:
- ${DOCKER_DIR}/azpsen/static:/home/static
- ${DOCKER_DIR}/azpsen/httpd.conf:/home/static/httpd.conf:ro
restart: unless-stopped
## Wizarr (jellyfin invites)
wizarr:
container_name: wizarr
@@ -751,7 +748,6 @@ services:
volumes:
hoarder:
joplindb:
linkstack:
meilisearch:
model-cache:
miniflux-db: