00f819fb6d
🐞 Add antivirus inside Twake Drive (#725)
13 lines
224 B
YAML
13 lines
224 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
postgres:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_DB: tdrive
|
|
POSTGRES_PASSWORD: tdrive_secret
|
|
POSTGRES_USER: tdrive_user
|
|
ports:
|
|
- "5432:5432"
|