- copy example.dev.env to dev.env
- enter all properties
- add the bot to your server
- run
docker compose -f compose.debug.yaml up
To provide an impressum, you can either:
-
Use the default template: Fill in the following environment variables in your
.envfile:IMPRESSUM_NAMEIMPRESSUM_STREETIMPRESSUM_CITYIMPRESSUM_EMAIL
-
Mount a custom file: Create an
impressum.htmlfile in thepublicdirectory or mount it via docker-compose:
volumes:
- ./impressum.html:/var/www/public/impressum.htmlIf public/impressum.html exists (either in the image or mounted), it will be used instead of the template.