mirror of
https://github.com/ArcticFoxes-net/Synapse-Docker-Compose.git
synced 2025-02-05 09:15:19 -05:00
Update docker-compose.yml
This commit is contained in:
parent
0074bd0c5c
commit
1b01672772
@ -20,7 +20,7 @@ services:
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- synapse
|
||||
- matrix
|
||||
|
||||
postgres:
|
||||
image: docker.io/postgres:12-alpine
|
||||
@ -34,7 +34,7 @@ services:
|
||||
volumes:
|
||||
- ./schemas:/var/lib/postgresql/data:Z
|
||||
networks:
|
||||
- synapse
|
||||
- matrix
|
||||
|
||||
element:
|
||||
image: vectorim/element-web:latest
|
||||
@ -42,7 +42,7 @@ services:
|
||||
container_name: element
|
||||
- ./element-config.json:/app/config.json:Z
|
||||
networks:
|
||||
- synapse
|
||||
- matrix
|
||||
|
||||
swag:
|
||||
image: ghcr.io/linuxserver/swag
|
||||
@ -66,4 +66,4 @@ services:
|
||||
- 443:443
|
||||
- 80:80
|
||||
networks:
|
||||
- synapse
|
||||
- matrix
|
||||
|
Loading…
x
Reference in New Issue
Block a user