mirror of
https://github.com/InsanusMokrassar/BooruGrabberTelegramBot.git
synced 2024-11-05 07:43:48 +00:00
13 lines
251 B
YAML
13 lines
251 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
booru_grabber_postgres:
|
|
image: postgres
|
|
container_name: "booru_grabber_postgres"
|
|
environment:
|
|
POSTGRES_USER: "test"
|
|
POSTGRES_PASSWORD: "test"
|
|
POSTGRES_DB: "test"
|
|
ports:
|
|
- "8092:5432"
|