mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 15:26:58 +01:00
automated database setup. TODO: let user set superuser email&passwd
This commit is contained in:
@@ -7,9 +7,12 @@ services:
|
||||
ports:
|
||||
- 8090:8090
|
||||
volumes:
|
||||
- ./pb:/pb/pb_data
|
||||
- ./pb/data:/pb/pb_data
|
||||
restart: no
|
||||
bot:
|
||||
depends_on:
|
||||
pocketbase:
|
||||
condition: service_started
|
||||
container_name: dogbot
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user