Update compose to work in coolify
This commit is contained in:
parent
1fc58b8c0c
commit
79b3de19b9
@ -15,8 +15,8 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: ${SERVICE_USER_POSTGRES}
|
||||||
POSTGRES_PASSWORD: password
|
POSTGRES_PASSWORD: ${SERVICE_PASSWORD_POSTGRES}
|
||||||
POSTGRES_DB: baleen
|
POSTGRES_DB: baleen
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready", "-d", "baleen"]
|
test: ["CMD-SHELL", "pg_isready", "-d", "baleen"]
|
||||||
@ -35,7 +35,7 @@ services:
|
|||||||
- ./views:/var/www/html/views
|
- ./views:/var/www/html/views
|
||||||
- ./bin:/var/www/html/bin
|
- ./bin:/var/www/html/bin
|
||||||
environment:
|
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"
|
entrypoint: sh -c "php bin/doctrine orm:schema-tool:update --complete --force && php-fpm"
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
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