maintenance/docker-compose.yml
2025-05-06 15:31:08 +00:00

18 lines
No EOL
589 B
YAML

version: '3.5'
services:
maintenance:
image: git.libra.bteklabs.com/irul/maintenance
container_name: maintenance-page
environment:
TEAM_NAME: "Team name"
TITLE: "Oops!"
MAIL_ADDRESS: "mail@domain.com"
LINK_COLOR: "#dc8100"
THEME: "Light"
PORT: 8080
RESPONSE_CODE: "503 Service Unavailable"
MESSAGE: "Sorry for the inconvenience but we're performing some maintenance at the moment. If you need to you can always {{contact}}, otherwise we'll be back online shortly!"
CONTACT_LINK: "contact us"
ports:
- 8080:8080