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