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:
@@ -18,6 +18,10 @@ services:
|
||||
source: ./app
|
||||
target: /app
|
||||
read_only: true
|
||||
- type: bind
|
||||
source: /1234
|
||||
target: /123
|
||||
read_only: false
|
||||
environment:
|
||||
- POSTGRES_DB=database
|
||||
- POSTGRES_PASSWORD=password
|
||||
|
||||
Reference in New Issue
Block a user