Files
home/Projects/kompose/blog/.env

22 lines
506 B
Bash
Raw Normal View History

2025-10-11 11:45:47 +02:00
# =================================================================
# BLOG Stack Configuration
# =================================================================
2025-10-08 10:35:48 +02:00
# Stack identification
COMPOSE_PROJECT_NAME=blog
# Docker image
DOCKER_IMAGE=joseluisq/static-web-server:latest
2025-10-11 11:45:47 +02:00
# Traefik configuration
TRAEFIK_ENABLED=true
TRAEFIK_HOST=${TRAEFIK_HOST_BLOG}
2025-10-08 10:35:48 +02:00
2025-10-11 11:45:47 +02:00
# Application port
2025-10-08 10:35:48 +02:00
APP_PORT=80
2025-10-11 11:45:47 +02:00
# Additional configuration
# NOTE: Secrets are stored in root secrets.env file
# Available secrets for this stack: