mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 11:02:30 +01:00
c07c84ad1f
This reverts commit 11c2d760bc
.
14 lines
218 B
YAML
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
|