Skip to content

Commit

Permalink
Updated Coolify Docker Compose stack ports & env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
NuroDev authored Jul 20, 2024
1 parent eed65e0 commit a77f97d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ services:
extends:
file: docker-compose.yml
service: api
ports:
- 4000:3000
web:
extends:
file: docker-compose.yml
service: web
ports:
- 3000:3000
environment:
- API_URL=$SERVICE_FQDN_API

0 comments on commit a77f97d

Please sign in to comment.