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

Commit e647db4

Browse files
committed
Added depends_on to web service
1 parent 14fd790 commit e647db4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.coolify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ services:
1212
dockerfile: ./services/web/Dockerfile
1313
container_name: swarmy-web
1414
restart: unless-stopped
15+
depends_on:
16+
- api
1517
environment:
1618
- API_URL=$SERVICE_FQDN_API

0 commit comments

Comments
 (0)