| 123456789101112 |
- PKPARSE_URL=
- # Password for postgres. The default password for the postgres container is
- # simply 'postgres'. Please change this to something more unique. Avoid unsafe
- # URL characters (`@`, `:`, `/`, etc)
- POSTGRES_PASSWORD=postgres
- # Port which Rails is exposed on
- WEB_HOST_PORT=3000
- # Port which Postgres is exposed on
- DB_HOST_PORT=5432
|