mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 12:32:30 +01:00
10 lines
148 B
YAML
10 lines
148 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
web:
|
||
|
build: .
|
||
|
environment:
|
||
|
APP_ENV: development
|
||
|
VIRTUAL_HOST: localhost
|
||
|
ports:
|
||
|
- "8080:8080"
|