Create compose.yaml
This commit is contained in:
parent
56413a5832
commit
be7dcff029
1 changed files with 15 additions and 0 deletions
15
ubuntu/redis_authentik/compose.yaml
Normal file
15
ubuntu/redis_authentik/compose.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
services:
|
||||
redis:
|
||||
image: "redis:alpine"
|
||||
container_name: "redis-authentik"
|
||||
hostname: "redis-authentik"
|
||||
restart: always
|
||||
volumes:
|
||||
- redis_authentik:/data
|
||||
ports:
|
||||
- 6380:6379
|
||||
network_mode: bridge
|
||||
|
||||
volumes:
|
||||
redis_authentik:
|
||||
|
Loading…
Reference in a new issue