mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-23 15:58:57 +00:00
Update docker-compose-parser.yaml
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
version: '3.8'
|
version: '3.8'
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: nginx
|
build:
|
||||||
|
context: .
|
||||||
environment:
|
environment:
|
||||||
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
|
DB_URL: 'postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@db/postgres'
|
||||||
SERVICE_FQDN_APP: /app
|
SERVICE_FQDN_APP: /app
|
||||||
|
|||||||
Reference in New Issue
Block a user