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

Commit a77f97d

Browse files
authored
Updated Coolify Docker Compose stack ports & env vars
1 parent eed65e0 commit a77f97d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker-compose.coolify.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ services:
33
extends:
44
file: docker-compose.yml
55
service: api
6+
ports:
7+
- 4000:3000
68
web:
79
extends:
810
file: docker-compose.yml
911
service: web
1012
ports:
1113
- 3000:3000
14+
environment:
15+
- API_URL=$SERVICE_FQDN_API

0 commit comments

Comments
 (0)