Sha256: 2bca4ad8d09c3d2bc7e3d150cbe3034af4dd805f0d74ff40742ceabba3bbc6e2
Contents?: true
Size: 427 Bytes
Versions: 5
Compression:
Stored size: 427 Bytes
Contents
version: "3" services: db: image: hausgold/postgres:16.3 network_mode: bridge ports: ["5432"] volumes: - .:/app environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: alarmable MDNS_HOSTNAME: db.alarmable.local test: build: . env_file: Envfile network_mode: bridge working_dir: /app volumes: - .:/app links: - db
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
alarmable-1.2.4 | docker-compose.yml |
alarmable-1.2.3 | docker-compose.yml |
alarmable-1.2.2 | docker-compose.yml |
alarmable-1.2.1 | docker-compose.yml |
alarmable-1.2.0 | docker-compose.yml |