BooruGrabberTelegramBot/docker-compose.yml

13 lines
251 B
YAML
Raw Permalink Normal View History

2022-09-06 18:24:01 +00:00
version: "3.4"
services:
2022-09-07 09:01:03 +00:00
booru_grabber_postgres:
image: postgres
container_name: "booru_grabber_postgres"
environment:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
ports:
- "8092:5432"