Docker Stack for our internal projects based on Symfony + React.
See docker-compose.yml for complete configuration.
cp docker/db/.env.dist docker/db/.env && cp docker/php/.env.dist docker/php/.env
docker-compose up -d --build
docker-compose up -d
docker-compose down
Service | Host |
---|---|
Web | localhost |
MailCatcher | localhost:1080 |
Adminer | localhost:8080 |
ElasticSearch | localhost:9200 |
Kibana | localhost:5601 |
RabbitMQ | localhost:15672 |
Mercure | localhost:3000 |