Sha256: 9fe8530fa39345f5f018aa2a638444936301200f56d01af2b47d97c3e438ab9b
Contents?: true
Size: 305 Bytes
Versions: 1
Compression:
Stored size: 305 Bytes
Contents
version: '3' services: web: build: . command: web-proxes ports: - '9292:9292' environment: - DATABASE_URL=postgres://postgres:@db/postgres - ELASTICSEARCH_URL=http://es:9200 depends_on: - db - es db: image: postgres es: image: elasticsearch
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxes-0.9.2 | docker-compose.yml |