temporal progress

This commit is contained in:
2022-09-07 15:01:03 +06:00
parent 4a6e7e472b
commit 0b6f3aeb17
8 changed files with 210 additions and 24 deletions

View File

@@ -1,6 +1,12 @@
version: "3.4"
services:
server:
build: .
restart: unless-stopped
booru_grabber_postgres:
image: postgres
container_name: "booru_grabber_postgres"
environment:
POSTGRES_USER: "test"
POSTGRES_PASSWORD: "test"
POSTGRES_DB: "test"
ports:
- "8092:5432"