sha256:5aaa87d7addc94f0bdd2f475a93a9b077ad5c2a8528d1d499c8ba57850c90ce1
Last pushed
4 months by fonssi29
Type
Compose
Manifest digest
sha256:5aaa87d7addc94f0bdd2f475a93a9b077ad5c2a8528d1d499c8ba57850c90ce1
services:
app:
container_name: mlb-container
image: fonssi29/mlb-portal:1.0
ports:
- "8443:8443"
env_file:
- .env
depends_on:
db:
condition: service_healthy
db:
image: postgres:16
environment:
POSTGRES_DB: MLBPortal
POSTGRES_USER: postgres
POSTGRES_PASSWORD: root
ports:
- "5432:5432"
volumes:
- db_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
interval: 10s
timeout: 5s
retries: 10
volumes:
db_data:
docker compose -f oci://fonssi29/mlb-portal-compose:dev upUse the above command to pull and run the Compose file. Learn more.
The PostgreSQL object-relational database system provides reliability and data integrity.
Pulls
1B+
Stars
15015
Last Updated
about 5 hours