a17a42e792
Dockerfile, docker-compose and entrypoint
7 lines
121 B
Bash
7 lines
121 B
Bash
RAILS_ENV=development
|
|
HOST=0.0.0.0
|
|
PORT=3000
|
|
|
|
DATABASE_NAME=url_shortener
|
|
DATABASE_USER=user
|
|
DATABASE_PASSWORD=user_12345 |