replace the old domain with the new one
This commit is contained in:
parent
3e0bcb3bef
commit
07a879aad3
3 changed files with 30 additions and 17 deletions
|
@ -84,6 +84,9 @@ services:
|
|||
- /home/guts/docker/homepage:/app/config # Make sure your local config directory exists
|
||||
- /home/guts/docker/homepage/images:/app/public/images
|
||||
env_file: ".env"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
metube:
|
||||
image: ghcr.io/alexta69/metube
|
||||
container_name: metube
|
||||
|
@ -148,7 +151,7 @@ services:
|
|||
volumes:
|
||||
- /home/guts/docker/searxng:/etc/searxng:rw
|
||||
environment:
|
||||
- SEARXNG_BASE_URL=http://${SEARXNG_HOSTNAME:-localhost}/
|
||||
- SEARXNG_BASE_URL=https://search.nvim.pro/
|
||||
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}
|
||||
- UWSGI_THREADS=${SEARXNG_UWSGI_THREADS:-4}
|
||||
logging:
|
||||
|
@ -224,6 +227,16 @@ services:
|
|||
- UID=1000
|
||||
- GID=1000
|
||||
restart: always
|
||||
lighttpd2:
|
||||
image: gists/lighttpd
|
||||
ports:
|
||||
- "5680:80"
|
||||
volumes:
|
||||
- /var/www/nvim.pro:/var/www
|
||||
environment:
|
||||
- UID=1000
|
||||
- GID=1000
|
||||
restart: always
|
||||
navidrome:
|
||||
image: deluan/navidrome:latest
|
||||
user: 1000:1000 # should be owner of volumes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue