- Run this command
docker-compose up -d
This Compose file contains the following environment variables:
POSTGRES_USER
the default value is postgresPOSTGRES_PASSWORD
the default value is 1101PGADMIN_PORT
the default value is 5050PGADMIN_DEFAULT_EMAIL
the default value is admin@admin.comPGADMIN_DEFAULT_PASSWORD
the default value is adminRABBITMQ_DEFAULT_USER
the default value is adminRABBITMQ_DEFAULT_PASS
the default value is admin
localhost:5432
- Username: postgres (as a default)
- Password: 1101 (as a default)
- URL:
http://localhost:5050
- Username: admin@admin.com (as a default)
- Password: admin (as a default)
- Host name/address
postgres
- Port
5432
- Username as
POSTGRES_USER
, by default:postgres
- Password as
POSTGRES_PASSWORD
, by default1101
- URL:
http://localhost:15672
- Username: admin (as a default)
- Password: admin (as a default)