mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Rename database service to database-prod
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
|||||||
- DB_CONNECTION=postgres
|
- DB_CONNECTION=postgres
|
||||||
- TEST=${TEST}
|
- TEST=${TEST}
|
||||||
- TEST_PASSWORD=${SERVICE_PASSWORD_TEST}
|
- TEST_PASSWORD=${SERVICE_PASSWORD_TEST}
|
||||||
database:
|
database-prod:
|
||||||
image: postgres:14-alpine
|
image: postgres:14-alpine
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=database
|
- POSTGRES_DB=database
|
||||||
|
|||||||
Reference in New Issue
Block a user