chore: update port mapping in docker-compose
This commit is contained in:
parent
97d7930daa
commit
6eb8d10965
@ -4,7 +4,7 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: songtianlun/today_ai_weather:latest
|
image: songtianlun/today_ai_weather:latest
|
||||||
ports:
|
ports:
|
||||||
- "2222:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
- RAILS_ENV=production
|
- RAILS_ENV=production
|
||||||
- DATABASE_URL=postgresql://postgres:xxx@db:5432/db
|
- DATABASE_URL=postgresql://postgres:xxx@db:5432/db
|
||||||
|
Loading…
Reference in New Issue
Block a user