sha256:915b5cb2bc2061bb58bc50b0ae1beb706e56ec3551a57db81a38ec4e9d21838d
Last pushed
7 months by codingjoe
Type
Compose
Manifest digest
sha256:915b5cb2bc2061bb58bc50b0ae1beb706e56ec3551a57db81a38ec4e9d21838d
name: containers
networks:
app:
external: true
name: app
default:
name: containers_default
wan:
external: true
name: wan
services:
postgres:
environment:
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
healthcheck:
interval: 10s
retries: 5
start_period: 30s
test:
- CMD-SHELL
- pg_isready -U postgres -d postgres
timeout: 10s
image: supabase/postgres:17.5.1.070-orioledb
networks:
app: null
restart: unless-stopped
volumes:
- source: postgres
target: /var/lib/postgresql/data
type: volume
volume: {}
web:
depends_on:
postgres:
condition: service_healthy
required: true
restart: true
deploy:
mode: replicated
replicas: 2
resources:
limits:
cpus: "0.25"
memory: 512M
environment:
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres/postgres
image: traefik/whoami:latest
memswap_limit: 1g
networks:
default: null
volumes:
postgres:
name: containers_postgres
services:
postgres:
image: docker.io/supabase/postgres:17.5.1.070-orioledb@sha256:bc06912aac56fb0b90c7e7ded3efe8f9412f1f779c5b6eb325cf35968fcc7b38
web:
image: docker.io/traefik/whoami:latest@sha256:200689790a0a0ea48ca45992e0450bc26ccab5307375b41c84dfc4f2475937ab
docker compose -f oci://codingjoe/the-box-postgres:0.0.3 upUse the above command to pull and run the Compose file. Learn more.
Tiny Go webserver that prints OS information and HTTP request to output
Pulls
10M+
Stars
72
Last Updated
about 2 months
Unmodified Postgres with some useful plugins.
Pulls
10M+
Stars
78
Last Updated
3 days