Skip to content

Commit

Permalink
docs: rename compose file to compose.yaml, add new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Feb 17, 2024
1 parent 1837135 commit 92381f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
13 changes: 13 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3"
services:
activity-roles:
image: tippfehlr/activity-roles
environment:
TOKEN: your-discord-token
APPLICATION_ID: your-application-id
HOSTER_NAME: your-username-here
INFLUX_URL: your-influx-url-here # optional
INFLUX_TOKEN: your-influx-token-here # optional
restart: unless-stopped
volumes:
- ./db:/activity-roles/db
12 changes: 0 additions & 12 deletions example.docker-compose.yaml

This file was deleted.

0 comments on commit 92381f9

Please sign in to comment.