dockerize

This commit is contained in:
Evan Burkey 2025-01-25 18:08:18 -08:00
parent 38308f6483
commit 14401d3247
2 changed files with 8 additions and 1 deletions

7
compose.yaml Normal file
View File

@ -0,0 +1,7 @@
services:
web:
build: .
environment:
- RAILS_MASTER_KEY
ports:
- "7128:80"

View File

@ -48,7 +48,7 @@ production:
adapter: mysql2 adapter: mysql2
username: <%= Rails.application.credentials.dig(:dbuser) %> username: <%= Rails.application.credentials.dig(:dbuser) %>
password: <%= Rails.application.credentials.dig(:dbpassword) %> password: <%= Rails.application.credentials.dig(:dbpassword) %>
host: 100.110.222.7 host: 127.0.0.1
port: 3306 port: 3306
database: gambo database: gambo
cache: cache: