Sha256: 308a036ed6a65f33b509dd2cb1a55fa8146405fc25e54522f8dcd5e1d0e0ee86
Contents?: true
Size: 399 Bytes
Versions: 119
Compression:
Stored size: 399 Bytes
Contents
web: image: nginx stateful: false health_check: protocol: http port: 80 interval: 20 uri: / initial_delay: 10 timeout: 2 mysql: image: mysql stateful: false deploy: strategy: ha wait_for_port: 3306 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=true health_check: protocol: tcp port: 3306 interval: 20 initial_delay: 10 timeout: 2
Version data entries
119 entries across 119 versions & 1 rubygems