mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 13:56:57 +01:00
allow custom pocketbase login data
This commit is contained in:
@@ -9,6 +9,11 @@ services:
|
||||
volumes:
|
||||
- ./pb/data:/pb/pb_data
|
||||
restart: no
|
||||
environment:
|
||||
# These are only needed at first start. These are the values used to login to the admin panel.
|
||||
# If left empty the email will be set to test@example.com and the password to 1234567890
|
||||
#- EMAIL=
|
||||
#- PASSWORD=
|
||||
bot:
|
||||
depends_on:
|
||||
pocketbase:
|
||||
|
||||
Reference in New Issue
Block a user