https://github.com/wumpyproject/litecord-docker-service
Docker image for running the Litecord project as a GitHub Actions service
https://github.com/wumpyproject/litecord-docker-service
Last synced: 10 months ago
JSON representation
Docker image for running the Litecord project as a GitHub Actions service
- Host: GitHub
- URL: https://github.com/wumpyproject/litecord-docker-service
- Owner: wumpyproject
- License: gpl-3.0
- Created: 2022-12-03T00:54:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T00:31:16.000Z (over 3 years ago)
- Last Synced: 2025-02-24T02:33:08.078Z (over 1 year ago)
- Language: Python
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Litecord Docker Service
Docker image for the Litecord project to be used as a Service in GitHub Actions.
## Environment variables
To use this Docker container, there are a couple of environment variables
which need to be setup.
| Environment variable | Description |
| ADMIN_TOKEN | Token for the bot to use; can be set to anything |
| ADMIN_ID* | ID for the user the ADMIN_TOKEN should be for |
| LITECORD_HOSTNAME | Main URL hostname (name of service) |
| POSTGRES_HOST | Hostname for the PostgreSQL server |
| POSTGRES_USER | Name of the user to use in the PostgreSQL server |
| POSTGRES_PASSWORD | Password to use for the user in the server |
| POSTGRES_DB | Database to connect to the in the server |
\* This environment variable default's to a newly created user.