🌟 Support for PostgreSQL (#306)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3.4"
|
||||
|
||||
services:
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_DB: tdrive
|
||||
POSTGRES_PASSWORD: tdrive_secret
|
||||
POSTGRES_USER: tdrive_user
|
||||
ports:
|
||||
- "5432:5432"
|
||||
Reference in New Issue
Block a user