Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 5e84f0d

Browse files
committed
Remove custom API_URL from coolify stack
1 parent 0acc67a commit 5e84f0d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docker-compose.coolify.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ services:
33
extends:
44
file: docker-compose.yml
55
service: api
6-
environment:
7-
- SERVICE_FQDN_API
86

97
web:
108
extends:
119
file: docker-compose.yml
1210
service: web
1311
depends_on:
1412
- api
15-
environment:
16-
- API_URL=$SERVICE_FQDN_API

0 commit comments

Comments
 (0)