diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..3450684 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,7 @@ +services: + web: + build: . + environment: + - RAILS_MASTER_KEY + ports: + - "7128:80" \ No newline at end of file diff --git a/config/database.yml b/config/database.yml index f487ff2..84a5711 100644 --- a/config/database.yml +++ b/config/database.yml @@ -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: