services:halo:image:halohub/halo:2.10container_name:halorestart:on-failure:3depends_on:halodb:condition:service_healthynetworks:halo_network:volumes:-./halo2:/root/.halo2ports:-"8090:8090"healthcheck:test:["CMD","curl","-f","http://localhost:8090/actuator/health/readiness"]interval:30stimeou...
on-failure:3 networks: halo_network: volumes: - ./db:/var/lib/postgresql/data healthcheck: test: [ "CMD", "pg_isready" ] interval: 10s timeout: 5s retries: 5 environment: - POSTGRES_PASSWORD=openpostgresql - POSTGRES_USER=halo - POSTGRES_DB=halo - PGUSER=halo networks: halo_network:...
restart:on-failure:3 networks: halo_network: volumes: -./db:/var/lib/postgresql/data ports: -"5432:5432" healthcheck: test:["CMD","pg_isready"] interval:10s timeout:5s retries:5 environment: -POSTGRES_PASSWORD=openpostgresql -POSTGRES_USER=halo ...
Marginaliais an email and web newsletter about things that made me think over the last month – articles, books, podcasts, and perhaps from time to time some videos. It comes out on the first Monday of every month. You can subscribe by following@share@marginalia.hugh.runon any ActivityPub ...
The failure of either you or AEZAKMI to exercise any right provided for in these Terms in any way won't be deemed a waiver of any other rights. These Terms are personal to you. You can't assign them, transfer them, or sublicense them unless you get AEZAKMI's prior written consent. ...
allow-time-local: true # List of fully qualified names in the `full/pkg/path.name` form, to act as "i18n escape hatches". # String literals inside call-like expressions to, or struct literals of those names, # are exempt from the writing system check. # # Default: [] escape-hatches...
restart:on-failure:3 networks: halo_network: volumes: -./db:/var/lib/postgresql/data ports: -"5432:5432" healthcheck: test:["CMD","pg_isready"] interval:10s timeout:5s retries:5 environment: -POSTGRES_PASSWORD=openpostgresql -POSTGRES_USER=halo ...
restart: on-failure:3 depends_on: halodb: condition: service_healthy networks: halo_network: volumes: - ./:/root/.halo2 ports: - "8090:8090" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8090/actuator/health/readiness"] interval: 30s timeout: 5s retries: 5 start_...
healthcheck: test: [ "CMD", "pg_isready" ] interval: 10s timeout: 5s retr...
restart:on-failure:3 networks: halo_network: volumes: -./db:/var/lib/postgresql/data healthcheck: test:["CMD","pg_isready"] interval:10s timeout:5s retries:5 environment: -POSTGRES_PASSWORD=openpostgresql -POSTGRES_USER=halo -POSTGRES_DB=halo ...