backup
This commit is contained in:
17
Dockerfile.redis
Normal file
17
Dockerfile.redis
Normal file
@@ -0,0 +1,17 @@
|
||||
# Redis for PANJIT Document Translator
|
||||
FROM redis:7-alpine
|
||||
|
||||
# Set container labels for identification
|
||||
LABEL application="panjit-document-translator"
|
||||
LABEL component="redis"
|
||||
LABEL version="v2.0"
|
||||
LABEL maintainer="PANJIT IT Team"
|
||||
|
||||
# Copy custom redis configuration if needed
|
||||
# COPY redis.conf /usr/local/etc/redis/redis.conf
|
||||
|
||||
# Expose the default Redis port
|
||||
EXPOSE 6379
|
||||
|
||||
# Use the default Redis entrypoint
|
||||
# CMD ["redis-server", "/usr/local/etc/redis/redis.conf"]
|
Reference in New Issue
Block a user