Update using editorconfig

This commit is contained in:
Isaac Shoebottom 2024-06-14 16:26:19 -03:00
parent d11c9b2d32
commit fa2cd8d0aa
9 changed files with 9 additions and 13 deletions

View File

@ -17,5 +17,4 @@ services:
restart: unless-stopped restart: unless-stopped
network_mode: "host" network_mode: "host"
volumes: volumes:
- /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf - /docker/appdata/conduit/coturn.conf:/etc/coturn/turnserver.conf

View File

@ -10,7 +10,6 @@ services:
- 8085:80 - 8085:80
volumes: volumes:
- "/docker/appdata/gotify/data:/app/data" - "/docker/appdata/gotify/data:/app/data"
networks: networks:
default: default:
name: "ubuntu-server" name: "ubuntu-server"

View File

@ -9,4 +9,8 @@ services:
network_mode: host network_mode: host
volumes: volumes:
- /docker/appdata/nginxpm/data:/data - /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

View File

@ -18,7 +18,6 @@ services:
- TZ=America/Moncton - TZ=America/Moncton
ports: ports:
- 8181:8181 - 8181:8181
networks: networks:
plex-wrapped: plex-wrapped:
driver: bridge driver: bridge

View File

@ -12,4 +12,4 @@ services:
- 82:9000 - 82:9000
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /docker/appdata/portainer/data:/data - /docker/appdata/portainer/data:/data

View File

@ -21,7 +21,6 @@ services:
options: options:
max-size: "1m" max-size: "1m"
max-file: "1" max-file: "1"
searxng: searxng:
container_name: searxng container_name: searxng
image: docker.io/searxng/searxng:latest image: docker.io/searxng/searxng:latest
@ -45,9 +44,7 @@ services:
options: options:
max-size: "1m" max-size: "1m"
max-file: "1" max-file: "1"
networks: networks:
searxng: searxng:
volumes: volumes:
valkey-data: valkey-data:

View File

@ -7,7 +7,7 @@ services:
VIKUNJA_SERVICE_PUBLICURL: https://vikunja.shoebottom.ca/ VIKUNJA_SERVICE_PUBLICURL: https://vikunja.shoebottom.ca/
VIKUNJA_SERVICE_ENABLEREGISTRATION: false VIKUNJA_SERVICE_ENABLEREGISTRATION: false
# Note the default path is /app/vikunja/vikunja.db. # 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. # store the database file outside the container so state is persisted even if the container is destroyed.
VIKUNJA_DATABASE_PATH: /db/vikunja.db VIKUNJA_DATABASE_PATH: /db/vikunja.db
ports: ports:

View File

@ -16,7 +16,6 @@ services:
- WATCHTOWER_DISABLE_CONTAINERS="pihole atm3 handbrake" - WATCHTOWER_DISABLE_CONTAINERS="pihole atm3 handbrake"
env_file: env_file:
- ../stack.env - ../stack.env
networks: networks:
default: default:
name: "ubuntu-server" name: "ubuntu-server"

View File

@ -7,5 +7,4 @@ services:
volumes: volumes:
- /docker/appdata/yacht/config:/config - /docker/appdata/yacht/config:/config
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
image: selfhostedpro/yacht image: selfhostedpro/yacht