23 lines
642 B
YAML
23 lines
642 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
linuxservice:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- PORT=8080
|
|
- COMPANY_NAME=Hogeland Linux
|
|
- KVK=91927935
|
|
- EMAIL=info@chemistry.software
|
|
- PHONE=+31 6 12345678
|
|
- STREET=Voorstraat 123
|
|
- POSTAL_CODE=9967 AA
|
|
- VILLAGE=Eenrum
|
|
- DOMAIN=hogelandlinux.nl # Set your actual domain here
|
|
- TELEGRAM_BOT_TOKEN= # Set your Telegram bot token here
|
|
- TELEGRAM_CHAT_ID= # Set your Telegram chat ID here
|
|
- ABOUT_NAME=Bdnugget
|
|
- BIRTH_DATE=1990-01-01
|
|
- SON_BIRTH_DATE=2022-01-01
|
|
restart: unless-stopped |