Update compose to work in coolify

This commit is contained in:
Lewis Dale 2024-11-21 10:30:05 +00:00
parent 1fc58b8c0c
commit 79b3de19b9
2 changed files with 1254 additions and 3 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff