12 lines
173 B
Bash
12 lines
173 B
Bash
# Stack identification
|
|
COMPOSE_PROJECT_NAME=chat
|
|
|
|
# Docker image
|
|
DOCKER_IMAGE=gotify/server:latest
|
|
|
|
# Traefik hostname
|
|
TRAEFIK_HOST=chat.pivoine.art
|
|
|
|
# App port
|
|
APP_PORT=80
|