CRUD Albums + Spotify API requests into DB.
All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 2m17s
All checks were successful
CI - Build Tonehaus Docker image / tonehaus-ci-build (push) Successful in 2m17s
This commit is contained in:
@@ -12,11 +12,9 @@ services:
|
||||
target: dev # change to "prod" for production build
|
||||
args:
|
||||
- APP_ENV=dev
|
||||
container_name: app-php
|
||||
container_name: php
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
# Symfony Messenger (dev-safe default so CLI commands don't fail)
|
||||
MESSENGER_TRANSPORT_DSN: ${MESSENGER_TRANSPORT_DSN:-sync://}
|
||||
# Doctrine DATABASE_URL consumed by Symfony/Doctrine
|
||||
DATABASE_URL: ${DATABASE_URL:-postgresql://${POSTGRES_USER:-symfony}:${POSTGRES_PASSWORD:-symfony}@db:5432/${POSTGRES_DB:-symfony}?serverVersion=16&charset=utf8}
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user