1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-09-19 06:04:43 -04:00

Add GlassROM Mjolnir instance

Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
wj25czxj47bu6q 2023-09-28 02:31:05 +00:00 committed by GitHub
parent c56bc28903
commit 6d87e67d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,38 @@ services:
cap_drop:
- ALL
glassrom-pantalaimon:
image: matrixdotorg/pantalaimon:latest
container_name: glassrom-pantalaimon
restart: unless-stopped
volumes:
- ./glassrom/pantalaimon:/data
networks:
- glassrom-pantalaimon
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
glassrom-mjolnir:
image: matrixdotorg/mjolnir:latest
container_name: glassrom-mjolnir
restart: unless-stopped
volumes:
- ./glassrom/mjolnir:/data
depends_on:
- glassrom-pantalaimon
networks:
- glassrom-pantalaimon
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
networks:
element:
matrix-to:
pantalaimon:
glassrom-pantalaimon: