Skip to content

Commit

Permalink
[devops] Document multiple path requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed May 8, 2024
1 parent 59993cd commit af6b198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: ${COMPOSE_INSTANCE_NAME:-statbus}
include:
# Notice that there must be two different path entries,
# else the mounts of the second path includes are relative
# to the first file loaded.
- path:
# Setup STATBUS Next.js app (frontend + backend)
- "docker-compose.app.yml"
Expand Down

0 comments on commit af6b198

Please sign in to comment.