Update using editorconfig
This commit is contained in:
parent
d11c9b2d32
commit
fa2cd8d0aa
@ -18,4 +18,3 @@ services:
|
|||||||
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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -10,3 +10,7 @@ services:
|
|||||||
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
|
@ -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
|
||||||
|
@ -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:
|
@ -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"
|
||||||
|
@ -8,4 +8,3 @@ services:
|
|||||||
- /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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user