Skip to content

Commit 448eb5d

Browse files
committed
hadn't pushed this yet
1 parent 50affb7 commit 448eb5d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2321,21 +2321,17 @@ services:
23212321
POSTGRES_DB: pirate_app_production
23222322
POSTGRES_USER: pirate_app
23232323
POSTGRES_PASSWORD: ${PIRATE_APP_DATABASE_PASSWORD}
2324-
ports:
2325-
- "5432:5432"
23262324
23272325
redis:
23282326
image: redis:7
2329-
ports:
2330-
- "6379:6379"
23312327
23322328
web:
23332329
build: .
23342330
command: bundle exec rails server -b 0.0.0.0
23352331
volumes:
23362332
- .:/rails
23372333
ports:
2338-
- "3000:3000"
2334+
- "80:3000"
23392335
environment:
23402336
RAILS_ENV: production
23412337
SECRET_KEY_BASE: ${SECRET_KEY_BASE}

0 commit comments

Comments
 (0)