Delete authentikredis directory

This commit is contained in:
David Rotermund 2024-07-15 10:28:11 +02:00 committed by GitHub
parent 03d9934a9b
commit a4c0de2741
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 0 additions and 34 deletions

View file

@ -1 +0,0 @@

View file

@ -1,27 +0,0 @@
# docker network create overleaf-network
services:
authentikredis:
image: "redis:alpine"
container_name: "authentikredis"
hostname: "authentikredis"
restart: always
healthcheck:
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
start_period: 20s
interval: 30s
retries: 5
timeout: 3s
volumes:
- authentik_redis:/data
ports:
- 6380:6379
networks:
- overleaf-network
volumes:
authentik_redis:
networks:
overleaf-network:
external: true

View file

@ -1,2 +0,0 @@
docker compose down

View file

@ -1,2 +0,0 @@
docker compose logs -f

View file

@ -1,2 +0,0 @@
docker compose up -d