switch from linkstack to static webserver
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user