File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,17 @@ Extra scripts for other possibly useful commands from launcher2 rewrite
66
77Allows easier exporting of configuration from discourse's pups configuration to a docker compose configuration.
88
9- Still probably needs some way of exporting multi containers...
9+ Allows multiple build containers: ` launcher-extras compose app data `
1010
11- TODO: Maybe compose can take in multiple containers, and combine them all in one.
12- Downside, this means all env is shared between containers, probably. and value of all env needs to be the same.
11+ ### Limitations
12+
13+ compose's build uses a common env - all shared env keys need to be the same (EG LANG).
14+
15+ The written .envrc will only work with the same key/values, but won't work if each container are assumng different values.
1316
1417## Concourse generation
1518
16- Generates a concourse directory for build jobs .
19+ Generates a concourse directory to build an image for a job .
1720
1821it generates a yaml file with the following key/value pairs:
1922
You can’t perform that action at this time.
0 commit comments