adding ratelimiting with reddis db
Deploy / deploy (push) Failing after 3s

This commit is contained in:
2026-05-06 09:27:02 +02:00
parent d82a08f77b
commit 5deb0e1056
16 changed files with 312 additions and 37 deletions
+10 -2
View File
@@ -1,5 +1,3 @@
version: '3.3'
services:
jakach-login-db:
image: yobasystems/alpine-mariadb:latest
@@ -13,6 +11,15 @@ services:
volumes:
- jakach-login-db-storage:/var/lib/mysql
jakach-login-redis:
image: redis:7-alpine
container_name: jakach-login-redis
restart: unless-stopped
command: ["redis-server", "--save", "", "--appendonly", "no"]
networks:
jakach-login-network:
ipv4_address: 192.168.5.4
jakach-login-srv:
build:
context: .
@@ -28,6 +35,7 @@ services:
- "447:80"
depends_on:
- jakach-login-db
- jakach-login-redis
volumes:
- ./app-code:/var/www/html
- ./apache-conf:/etc/apache2/sites-available