mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
d74fefa9c9
- Add .dockerignore - Use version 3 - Move wait_for_it.sh to docker-compose.yml - Persist db data - Use nginx-proxy - Use Letsencrypt in production - Rate limit in production
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'
|