You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# DATABASEPOSTGRES_DB=This is name of databasePOSTGRES_USER=This is user of databasePOSTGRES_PASSWORD=This is password of databasePOSTGRES_PORT=This is the port of used by postgreSQL# PORT WEBWEB_PORT=This is web port of websiteELK_PORT=This is port of ELK# SYMFONYSECRET=This is the secret of Symfony#SMTPSMTP_USER=This is username of mail serverSMTP_PASSWORD=This is password of mail serverSMTP_HOST=This is host of mail serverSMTP_TRANSPORT=This is protocol transport of mail server#REDISREDIS_DSN=This is DNS of Redis
bin/app init # Initialize project
bin/app start # Start project
bin/app stop # Stop project
bin/app bash # Use bash inside the app container
bin/app exec# Execute a command inside the app container
bin/app destroy # Removes all the project Docker containers with their volumes
bin/app console # Use the Symfony console
bin/app composer # Use Composer inside the app container
bin/app tests # Run test project inside the app container