11 lines
398 B
YAML
11 lines
398 B
YAML
services:
|
|
inviter:
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
# - ./data:/app/data # uncomment to get access to database files more easily
|
|
# - ./logs:/app/logs # uncomment to get access to logs more easily
|
|
environment:
|
|
DISCORD_TOKEN: "your_discord_token_here"
|
|
BASE_URL: "https://example.com" # replace with your actual base URL. THis will display on the template pages
|