Migrate to podman

This commit is contained in:
2026-01-29 15:48:11 +04:00
parent 5b2b227601
commit e548189596
31 changed files with 63 additions and 126 deletions

View File

@@ -1,3 +1,4 @@
MATRIX_DB=matrix
MATRIX_DB_USER=user
MATRIX_DB_PASSWORD=password
MATRIX_ELEMENT_PORT=8083

View File

View File

View File

@@ -41,9 +41,11 @@ services:
- matrix_network
matrix-element:
image: vectorim/element-web:latest
image: docker.io/vectorim/element-web:latest
container_name: matrix-element
restart: unless-stopped
environment:
- ELEMENT_WEB_PORT=${MATRIX_ELEMENT_PORT:?}
deploy:
resources:
limits:
@@ -54,6 +56,23 @@ services:
networks:
- matrix_network
synapse-admin:
container_name: synapse-admin
hostname: synapse-admin
image: docker.io/awesometechnologies/synapse-admin:latest
ports:
- "8009:80"
restart: always
networks:
- matrix_network
deploy:
resources:
limits:
cpus: '1.0'
memory: 256M
reservations:
memory: 128M
networks:
matrix_network:
name: matrix_network