Added nginx

This commit is contained in:
2026-02-12 10:26:46 +01:00
parent a39124dd96
commit 5499218a23

10
compose/nginx-redis.yml Normal file
View File

@@ -0,0 +1,10 @@
version: 3.9
services:
web:
image: nginx:latest
ports:
- 80:80
redis:
image: redis:latest
ports:
- 6379:6379