Add database port to docker env, and fix jwt command

Bu işleme şunda yer alıyor:
Julien Nahum 2023-03-23 14:46:36 +01:00
ebeveyn 62fcfc8f19
işleme 37965f33cd
2 değiştirilmiş dosya ile 2 ekleme ve 1 silme

Dosyayı Görüntüle

@ -6,3 +6,4 @@ DB_HOST="database"
DB_DATABASE="postgres"
DB_USERNAME="postgres"
DB_PASSWORD="postgres"
DB_PORT=5432

Dosyayı Görüntüle

@ -30,7 +30,7 @@ logs:
touch $@
.make.jwt-secret:
docker compose run --rm php-cli artisan jwt:secret --f
docker compose run --rm php-cli artisan jwt:secret --force
touch $@
.make.migrate: