Skip to content

Commit

Permalink
chore: add missing serve task implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jan 31, 2025
1 parent 138e344 commit a0df939
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker/openchallenges/serve.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

args=(
# List of services in alphanumeric order
--file docker/openchallenges/services/data-lambda.yml

--file docker/openchallenges/networks.yml
--file docker/openchallenges/volumes.yml

up $1 --remove-orphans
)

docker compose "${args[@]}"

0 comments on commit a0df939

Please sign in to comment.