Skip to content

daurMatai/api_platform_labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Запуск сервисов
  • docker-compose pull
  • docker-compose up -d
Это запускает следующие сервисы:
NAME DESCRIPTION PORT(S) ENVIRONMENT(S)
php The API with PHP, PHP-FPM 7.3, Composer and sensitive configs n/a all
db A PostgreSQL database server 5432 all (prefer using a managed service in prod)
client A development server for the Progressive Web App 443 dev (use a static website hosting service in prod)
admin A development server for the admin 444 dev (use a static website hosting service in prod)
api The HTTP server for the API (NGINX) n/a all
vulcain The Vulcain gateway 8443 all
mercure The Mercure hub, for real-time capabilities 1337 all (prefer using the managed version in prod)
Чтобы увидеть журналы контейнера, запустите:
  • docker-compose logs -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published