FuzzySearch/docker-compose.yml
2024-12-21 16:56:44 +01:00

19 lines
363 B
YAML

services:
data_generator:
image: git.anthrove.art/anthrove/demo-data-generator:v1.0.1
env_file:
- .env
restart: no
depends_on:
- db
db:
image: postgres
container_name: fuzzy_search_db
ports:
- 5432:5432
environment:
POSTGRES_USER: anthrove
POSTGRES_DB: anthrove
POSTGRES_PASSWORD: anthrove