Move more projects over to new "speed" SSD
This commit is contained in:
parent
2998958ddd
commit
5ccaaefdc7
4 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@ services:
|
|||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
- /mnt/speed/dbs/postgres/mastodon:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=mastodon
|
||||
- POSTGRES_USER=mastodon
|
||||
|
@ -56,7 +56,7 @@ services:
|
|||
image: redis:7-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
- /mnt/speed/dbs/redis/mastodon:/data
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
|
|
|
@ -50,7 +50,7 @@ services:
|
|||
image: mariadb:10.6
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./db:/var/lib/mysql
|
||||
- /mnt/speed/dbs/mariadb/nextcloud:/var/lib/mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=nextcloud
|
||||
- MYSQL_DATABASE=nextcloud
|
||||
|
@ -61,7 +61,7 @@ services:
|
|||
image: redis:7-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
- /mnt/speed/dbs/redis/nextcloud:/data
|
||||
|
||||
networks:
|
||||
traefik:
|
||||
|
|
|
@ -32,13 +32,13 @@ services:
|
|||
- POSTGRES_PASSWORD=synapse
|
||||
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
- /mnt/speed/dbs/postgres/synapse:/var/lib/postgresql/data
|
||||
|
||||
redis:
|
||||
image: redis:7-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./redis:/data
|
||||
- /mnt/speed/dbs/redis/synapse:/data
|
||||
|
||||
admin:
|
||||
image: awesometechnologies/synapse-admin:latest
|
||||
|
|
|
@ -52,7 +52,7 @@ services:
|
|||
image: postgres:14-alpine
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./db:/var/lib/postgresql/data
|
||||
- /mnt/speed/dbs/postgres/tt-rss:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=tt-rss
|
||||
- POSTGRES_USER=tt-rss
|
||||
|
|
Loading…
Reference in a new issue