frankfurter/docker-compose.override.yml
Hakan Ensari c07c84ad1f Revert "Replace Unicorn with Puma"
This reverts commit 11c2d760bc.
2018-09-12 00:54:39 +01:00

14 lines
218 B
YAML

version: '3'
services:
web:
build: .
environment:
APP_ENV: development
VIRTUAL_HOST: localhost
ports:
- "8080:8080"
scheduler:
build: .
environment:
APP_ENV: development