Update compose to work in coolify
This commit is contained in:
parent
1fc58b8c0c
commit
79b3de19b9
@ -15,8 +15,8 @@ services:
|
||||
expose:
|
||||
- 5432
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_USER: ${SERVICE_USER_POSTGRES}
|
||||
POSTGRES_PASSWORD: ${SERVICE_PASSWORD_POSTGRES}
|
||||
POSTGRES_DB: baleen
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready", "-d", "baleen"]
|
||||
@ -35,7 +35,7 @@ services:
|
||||
- ./views:/var/www/html/views
|
||||
- ./bin:/var/www/html/bin
|
||||
environment:
|
||||
DB_CONNECTION: postgres://postgres:password@postgres:5432/baleen
|
||||
DB_CONNECTION: postgres://${SERVICE_USER_POSTGRES}:${SERVICE_PASSWORD_POSTGRES}@postgres:5432/baleen
|
||||
entrypoint: sh -c "php bin/doctrine orm:schema-tool:update --complete --force && php-fpm"
|
||||
depends_on:
|
||||
postgres:
|
||||
|
1251
feed_filtered.xml
Normal file
1251
feed_filtered.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user