Sha256: 93421d20ec2b9ff0cd0df1c87d8e7c12ec89cefa3371336ad5b4c24806fe411b

Contents?: true

Size: 392 Bytes

Versions: 16

Compression:

Stored size: 392 Bytes

Contents

#
service:
  name: postgres
  network: bridge
  image: "postgres:14"
  ports:
    - 5432:5432:tcp:round_robin
  environment:
    POSTGRES_USER: postgres
    POSTGRES_PASSWORD: postgres
    POSTGRES_DB: postgres
  volumes:
    - docker://postgresql_14_data:/var/lib/postgresql/data
  restart: always
  resources:
    max_replicas: 1
    min_replicas: 1
  limits:
    cpu: 1000m
    ram: 1Gi


Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mkit-0.9.0 samples/apps/postgres.yml
mkit-0.8.0 samples/apps/postgres.yml
mkit-0.7.2 samples/apps/postgres.yml
mkit-0.7.1 samples/apps/postgres.yml
mkit-0.7.0 samples/apps/postgres.yml
mkit-0.6.3 samples/apps/postgres.yml
mkit-0.6.2 samples/apps/postgres.yml
mkit-0.6.1 samples/apps/postgres.yml
mkit-0.6.0 samples/apps/postgres.yml
mkit-0.5.0 samples/apps/postgres.yml
mkit-0.4.3 samples/apps/postgres.yml
mkit-0.4.2 samples/apps/postgres.yml
mkit-0.4.1 samples/apps/postgres.yml
mkit-0.4.0 samples/apps/postgres.yml
mkit-0.3.0 samples/apps/postgres.yml
mkit-0.2.0 samples/apps/postgres.yml