mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-26 17:28:56 +00:00
Update docker-compose.yaml
This commit is contained in:
@@ -18,6 +18,10 @@ services:
|
|||||||
source: ./app
|
source: ./app
|
||||||
target: /app
|
target: /app
|
||||||
read_only: true
|
read_only: true
|
||||||
|
- type: bind
|
||||||
|
source: /1234
|
||||||
|
target: /123
|
||||||
|
read_only: false
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=database
|
- POSTGRES_DB=database
|
||||||
- POSTGRES_PASSWORD=password
|
- POSTGRES_PASSWORD=password
|
||||||
|
|||||||
Reference in New Issue
Block a user