Sha256: 218b410ad8ba412ae78c96b52f78561768101a244fcb6fca2e496b092b922616
Contents?: true
Size: 274 Bytes
Versions: 3
Compression:
Stored size: 274 Bytes
Contents
version: '3.9' services: postgres: image: postgres:16-alpine ports: - 5432:5432 volumes: - ~/apps/postgres:/var/lib/postgresql/data environment: - POSTGRES_HOST=localhost - POSTGRES_USER=myuser - POSTGRES_PASSWORD=mypassword
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rspec_profiling-0.0.9 | docker-compose.yml |
rspec_profiling-0.0.8 | docker-compose.yml |
rspec_profiling-0.0.7 | docker-compose.yml |