made example deployments for different environments
This commit is contained in:
@@ -16,19 +16,5 @@ services:
|
||||
# Optional: Override admin credentials for development
|
||||
- ADMIN_USERNAME=admin
|
||||
- ADMIN_PASSWORD=password
|
||||
# Optional: Use Redis for token storage (uncomment redis service below)
|
||||
# - REDIS_URI=redis://redis:6379/0
|
||||
command: ["--host", "0.0.0.0", "--port", "8000", "--reload"]
|
||||
restart: unless-stopped
|
||||
|
||||
# Uncomment to enable Redis token storage
|
||||
# redis:
|
||||
# image: redis:7-alpine
|
||||
# ports:
|
||||
# - "6379:6379"
|
||||
# volumes:
|
||||
# - redis-data:/data
|
||||
# restart: unless-stopped
|
||||
# Uncomment if using Redis
|
||||
# volumes:
|
||||
# redis-data:
|
||||
|
||||
Reference in New Issue
Block a user