build: 🔨 Docker setup

Dockerfile, docker-compose and entrypoint
This commit is contained in:
Juan Rodriguez
2021-06-13 09:01:22 -05:00
parent d02df35d86
commit a17a42e792
6 changed files with 103 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
RAILS_ENV=development
HOST=0.0.0.0
PORT=3000
DATABASE_NAME=url_shortener
DATABASE_USER=user
DATABASE_PASSWORD=user_12345