mirror of
https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS
synced 2024-11-09 04:11:33 -05:00
Add GlassROM Mjolnir instance
Signed-off-by: wj25czxj47bu6q <96372288+wj25czxj47bu6q@users.noreply.github.com>
This commit is contained in:
parent
c56bc28903
commit
6d87e67d93
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user