Skip to content

Commit

Permalink
fix docker stack deploy (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanzadimahdi authored Jan 2, 2025
1 parent 43944ab commit 326221d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ jobs:
# Run Docker Compose
cd /opt/deployment/
docker stack deploy -c compose.mongodb.yaml mongodb --detach=false
docker stack deploy -c compose.mongodb_dashboard.yaml mongodb_dashboard --detach=false
docker stack deploy -c compose.nats.yaml nats --detach=false
docker stack deploy -c compose.docker.yaml docker --detach=false
docker stack deploy -c compose.docker_dashboard.yaml docker_dashboard --detach=false
docker stack deploy -c compose.backend.yaml backend --detach=false
docker stack deploy -c compose.frontend.yaml frontend --detach=false
docker stack deploy -c compose.proxy.yaml proxy --detach=false
docker stack deploy -c compose.mongodb.yaml mongodb --detach=true
docker stack deploy -c compose.mongodb_dashboard.yaml mongodb_dashboard --detach=true
docker stack deploy -c compose.nats.yaml nats --detach=true
docker stack deploy -c compose.docker.yaml docker --detach=true
docker stack deploy -c compose.docker_dashboard.yaml docker_dashboard --detach=true
docker stack deploy -c compose.backend.yaml backend --detach=true
docker stack deploy -c compose.frontend.yaml frontend --detach=true
docker stack deploy -c compose.proxy.yaml proxy --detach=true
EOF

0 comments on commit 326221d

Please sign in to comment.