1
0
Fork 1
mirror of https://example.com synced 2024-11-23 03:36:39 +09:00
firefish/dev/docker-compose.yml

17 lines
314 B
YAML
Raw Normal View History

2024-01-15 23:37:30 +09:00
version: "3"
services:
redis:
image: docker.io/redis:7-alpine
ports:
- "6379:6379"
db:
image: docker.io/groonga/pgroonga:latest-alpine-16
environment:
- "POSTGRES_PASSWORD=password"
- "POSTGRES_USER=firefish"
- "POSTGRES_DB=firefish_db"
ports:
- "5432:5432"