Skip to content

Commit

Permalink
Remove custom API_URL from coolify stack
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev committed Jul 20, 2024
1 parent 0acc67a commit 5e84f0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ services:
extends:
file: docker-compose.yml
service: api
environment:
- SERVICE_FQDN_API

web:
extends:
file: docker-compose.yml
service: web
depends_on:
- api
environment:
- API_URL=$SERVICE_FQDN_API

0 comments on commit 5e84f0d

Please sign in to comment.