We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50affb7 commit 448eb5dCopy full SHA for 448eb5d
README.md
@@ -2321,21 +2321,17 @@ services:
2321
POSTGRES_DB: pirate_app_production
2322
POSTGRES_USER: pirate_app
2323
POSTGRES_PASSWORD: ${PIRATE_APP_DATABASE_PASSWORD}
2324
- ports:
2325
- - "5432:5432"
2326
2327
redis:
2328
image: redis:7
2329
2330
- - "6379:6379"
2331
2332
web:
2333
build: .
2334
command: bundle exec rails server -b 0.0.0.0
2335
volumes:
2336
- .:/rails
2337
ports:
2338
- - "3000:3000"
+ - "80:3000"
2339
environment:
2340
RAILS_ENV: production
2341
SECRET_KEY_BASE: ${SECRET_KEY_BASE}
0 commit comments