Files
linuxservice/docker-compose.yml

20 lines
548 B
YAML

version: '3.8'
services:
linuxservice:
build: .
ports:
- "8080:8080"
environment:
- PORT=8080
- COMPANY_NAME=Hogeland Linux
- KVK=12345678
- EMAIL=info@hogelandlinux.nl
- 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
restart: unless-stopped