12 lines
182 B
Bash
12 lines
182 B
Bash
|
|
# Stack identification
|
||
|
|
COMPOSE_PROJECT_NAME=blog
|
||
|
|
|
||
|
|
# Docker image
|
||
|
|
DOCKER_IMAGE=joseluisq/static-web-server:latest
|
||
|
|
|
||
|
|
# Traefik hostname
|
||
|
|
TRAEFIK_HOST=pivoine.art
|
||
|
|
|
||
|
|
# App port
|
||
|
|
APP_PORT=80
|