22 lines
506 B
Bash
22 lines
506 B
Bash
# =================================================================
|
|
# BLOG Stack Configuration
|
|
# =================================================================
|
|
|
|
# Stack identification
|
|
COMPOSE_PROJECT_NAME=blog
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
|
|
|
# Traefik configuration
|
|
TRAEFIK_ENABLED=true
|
|
TRAEFIK_HOST=${TRAEFIK_HOST_BLOG}
|
|
|
|
# Application port
|
|
APP_PORT=80
|
|
|
|
# Additional configuration
|
|
|
|
# NOTE: Secrets are stored in root secrets.env file
|
|
# Available secrets for this stack:
|