mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
feat: wip postgres support
This commit is contained in:
parent
ffa2447c59
commit
cc0c071cce
16 changed files with 362 additions and 211 deletions
|
@ -8,4 +8,19 @@ services:
|
|||
- ./config:/config
|
||||
ports:
|
||||
- "7474:7474"
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
postgres:
|
||||
image: postgres:12.10
|
||||
container_name: postgres
|
||||
volumes:
|
||||
- postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
- POSTGRES_USER=autobrr
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DB=autobrr
|
||||
|
||||
|
||||
volumes:
|
||||
postgres:
|
Loading…
Add table
Add a link
Reference in a new issue