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