You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# start up some dependency services (and build on-demand) in the background
98
-
docker-compose -f ./docker/docker-compose.yml up -d jore4-testdb jore4-hasura jore4-auth
98
+
dockercompose -f ./docker/docker-compose.yml up -d jore4-testdb jore4-hasura jore4-auth
99
99
100
100
# start up some dependency services with some overrides (e.g. pinned docker image versions) in a docker-compose.custom.yml file and build on demand (if using own repo's Dockerfile too)
101
-
docker-compose -f ./docker/docker-compose.yml -f ./docker/docker-compose.custom.yml up --build jore4-testdb jore4-hasura jore4-auth
101
+
dockercompose -f ./docker/docker-compose.yml -f ./docker/docker-compose.custom.yml up --build jore4-testdb jore4-hasura jore4-auth
102
102
103
-
# more info on docker-compose up command: https://docs.docker.com/engine/reference/commandline/compose_up/
103
+
# more info on dockercompose up command: https://docs.docker.com/reference/cli/docker/compose/up/
104
104
```
105
105
106
106
To overwrite some values in the generic docker-compose config, you could use
0 commit comments