mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-27 09:48:56 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -8,10 +8,14 @@ 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:
|
- type: bind
|
||||||
# - POSTGRES_DB=database
|
source: ./app
|
||||||
# - POSTGRES_PASSWORD=password
|
target: /app
|
||||||
|
read_only: true
|
||||||
|
environment:
|
||||||
|
- POSTGRES_DB=database
|
||||||
|
- POSTGRES_PASSWORD=password
|
||||||
|
|||||||
Reference in New Issue
Block a user