dockerize
This commit is contained in:
parent
38308f6483
commit
14401d3247
7
compose.yaml
Normal file
7
compose.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
environment:
|
||||
- RAILS_MASTER_KEY
|
||||
ports:
|
||||
- "7128:80"
|
@ -48,7 +48,7 @@ production:
|
||||
adapter: mysql2
|
||||
username: <%= Rails.application.credentials.dig(:dbuser) %>
|
||||
password: <%= Rails.application.credentials.dig(:dbpassword) %>
|
||||
host: 100.110.222.7
|
||||
host: 127.0.0.1
|
||||
port: 3306
|
||||
database: gambo
|
||||
cache:
|
||||
|
Loading…
x
Reference in New Issue
Block a user