mirror of
https://github.com/bitnami/containers.git
synced 2026-02-12 06:57:21 +08:00
16 lines
284 B
YAML
16 lines
284 B
YAML
version: '2'
|
|
|
|
services:
|
|
supabase-postgres:
|
|
image: docker.io/bitnami/supabase-postgres:15
|
|
ports:
|
|
- '5432:5432'
|
|
volumes:
|
|
- 'postgresql_data:/bitnami/postgresql'
|
|
environment:
|
|
- 'ALLOW_EMPTY_PASSWORD=yes'
|
|
|
|
volumes:
|
|
postgresql_data:
|
|
driver: local
|