Sha256: 3f04ab159a51da9e27816e57072ca19a8dbd2fff058f5c86772587ddd5de53f8

Contents?: true

Size: 453 Bytes

Versions: 1

Compression:

Stored size: 453 Bytes

Contents

version: '3'
services:
  db:
    image: postgres
    container_name: postgres
  elasticsearch:
    image: elasticsearch
    container_name: elasticsearch
  web:
    image: eagerelk/proxes:latest
    container_name: web-proxes
    command: web-proxes
    ports:
      - '9292:9292'
    environment:
      - DATABASE_URL=postgres://postgres:@db/postgres
      - ELASTICSEARCH_URL=http://elasticsearch:9200
    depends_on:
      - db
      - elasticsearch

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
proxes-0.9.7 docker-compose.yml