Update using editorconfig
This commit is contained in:
parent
d11c9b2d32
commit
fa2cd8d0aa
@ -17,5 +17,4 @@ services:
|
||||
restart: unless-stopped
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf
|
||||
|
||||
- /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf
|
@ -10,7 +10,6 @@ services:
|
||||
- 8085:80
|
||||
volumes:
|
||||
- "/docker/appdata/gotify/data:/app/data"
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: "ubuntu-server"
|
||||
|
@ -9,4 +9,8 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- /docker/appdata/nginxpm/data:/data
|
||||
- /docker/appdata/nginxpm/letsencrypt:/etc/letsencrypt
|
||||
- /docker/appdata/nginxpm/letsencrypt:/etc/letsencrypt
|
||||
healthcheck:
|
||||
test: ["CMD", "/usr/bin/check-health"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
@ -18,7 +18,6 @@ services:
|
||||
- TZ=America/Moncton
|
||||
ports:
|
||||
- 8181:8181
|
||||
|
||||
networks:
|
||||
plex-wrapped:
|
||||
driver: bridge
|
||||
|
@ -12,4 +12,4 @@ services:
|
||||
- 82:9000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /docker/appdata/portainer/data:/data
|
||||
- /docker/appdata/portainer/data:/data
|
@ -21,7 +21,6 @@ services:
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "1"
|
||||
|
||||
searxng:
|
||||
container_name: searxng
|
||||
image: docker.io/searxng/searxng:latest
|
||||
@ -45,9 +44,7 @@ services:
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "1"
|
||||
|
||||
networks:
|
||||
searxng:
|
||||
|
||||
volumes:
|
||||
valkey-data:
|
@ -7,7 +7,7 @@ services:
|
||||
VIKUNJA_SERVICE_PUBLICURL: https://vikunja.shoebottom.ca/
|
||||
VIKUNJA_SERVICE_ENABLEREGISTRATION: false
|
||||
# Note the default path is /app/vikunja/vikunja.db.
|
||||
# This config variable moves it to a different folder so you can use a volume and
|
||||
# This config variable moves it to a different folder so you can use a volume and
|
||||
# store the database file outside the container so state is persisted even if the container is destroyed.
|
||||
VIKUNJA_DATABASE_PATH: /db/vikunja.db
|
||||
ports:
|
||||
|
@ -16,7 +16,6 @@ services:
|
||||
- WATCHTOWER_DISABLE_CONTAINERS="pihole atm3 handbrake"
|
||||
env_file:
|
||||
- ../stack.env
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: "ubuntu-server"
|
||||
|
@ -7,5 +7,4 @@ services:
|
||||
volumes:
|
||||
- /docker/appdata/yacht/config:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
image: selfhostedpro/yacht
|
||||
|
||||
image: selfhostedpro/yacht
|
Loading…
Reference in New Issue
Block a user