mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -8,10 +8,10 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- PORT=3000
|
- PORT=3000
|
||||||
- DB_CONNECTION=postgres
|
- DB_CONNECTION=postgres
|
||||||
database:
|
# database:
|
||||||
image: postgres:14-alpine
|
# image: postgres:14-alpine
|
||||||
volumes:
|
# volumes:
|
||||||
- db-data:/var/lib/postgresql/data
|
# - db-data:/var/lib/postgresql/data
|
||||||
environment:
|
# environment:
|
||||||
- POSTGRES_DB=database
|
# - POSTGRES_DB=database
|
||||||
- POSTGRES_PASSWORD=password
|
# - POSTGRES_PASSWORD=password
|
||||||
|
|||||||
Reference in New Issue
Block a user