-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocker-compose.yml
21 lines (21 loc) · 996 Bytes
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# docker-compose.yml
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"
- path:
# Mirrored from https://github.com/supabase/supabase/tree/master/docker
- "supabase_docker/docker-compose.yml"
# Generated by ./devops/manage-supabase.sh generate-docker-compose-adjustments
- "docker-compose.supabase_docker.erase-ports.yml"
- "docker-compose.supabase_docker.erase-depends_on.yml"
- "docker-compose.supabase_docker.customize-container_name.yml"
- "docker-compose.supabase_docker.add-all-profile.yml"
- "docker-compose.supabase_docker.add-required-profile.yml"
# Maintained by STATBUS team.
# Adjust Supabase settings for our docker setup
- "docker-compose.supabase_docker.customise.yml"