Skip to content

Commit 6434c1a

Browse files
committed
Replace assignment
1 parent cd052de commit 6434c1a

File tree

1,866 files changed

+319
-139748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,866 files changed

+319
-139748
lines changed

.dev_to/compose.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ x-app: &app
22
build:
33
context: .
44
args:
5-
RUBY_VERSION: '2.6.10'
5+
RUBY_VERSION: '2.7.8'
66
PG_MAJOR: '15'
77
NODE_MAJOR: '10'
8-
image: optimize-dev-to:1.0.0
8+
image: optimize-dev-to:1.1.0
99
environment: &env
1010
NODE_ENV: ${NODE_ENV:-development}
1111
RAILS_ENV: ${RAILS_ENV:-development}
@@ -33,6 +33,10 @@ x-backend: &backend
3333
ALGOLIASEARCH_APPLICATION_ID: ${ALGOLIASEARCH_APPLICATION_ID}
3434
ALGOLIASEARCH_API_KEY: ${ALGOLIASEARCH_API_KEY}
3535
ALGOLIASEARCH_SEARCH_ONLY_KEY: ${ALGOLIASEARCH_SEARCH_ONLY_KEY}
36+
THRUSTER_TLS_DOMAIN: localhost
37+
THRUSTER_DEBUG: 1
38+
THRUSTER_HTTPS_PORT: 3000
39+
TARGET_PORT: 3003
3640
REDIS_URL: redis://redis:6379/
3741
DATABASE_URL: postgres://postgres:postgres@postgres:5432
3842
WEBPACKER_DEV_SERVER_HOST: webpacker
@@ -58,7 +62,8 @@ services:
5862

5963
web:
6064
<<: *backend
61-
command: bundle exec rails server -b 0.0.0.0
65+
command: thrust bin/rails server -b 0.0.0.0 -p 3003
66+
# command: bundle exec falcon serve -n 1 -b https://0.0.0.0 -p 3000
6267
ports:
6368
- '3000:3000'
6469
depends_on:

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

Envfile

Lines changed: 0 additions & 154 deletions
This file was deleted.

0 commit comments

Comments
 (0)