Global redis server

This commit is contained in:
R. Gierwialo
2025-08-20 20:02:15 +00:00
parent e315aa7606
commit fb49dc5290

View File

@@ -35,6 +35,22 @@ services:
environment: environment:
- AMINER_PLUGINS='tables-filter tinymce' - AMINER_PLUGINS='tables-filter tinymce'
redis:
image: redis:7
hostname: self_redis
container_name: self_redis
networks:
internal_traffic:
ipv4_address: 192.168.3.44
restart: unless-stopped
volumes:
- data_redis:/data
deploy:
resources:
limits:
cpus: '0.50'
memory: 512M
mysql: mysql:
image: mysql:8.4 image: mysql:8.4
hostname: self_mysql hostname: self_mysql
@@ -57,6 +73,8 @@ volumes:
external: true external: true
data_mysql: data_mysql:
external: true external: true
data_redis:
external: true
networks: networks:
internal_traffic: internal_traffic: