Skip to content

Commit 126ad28

Browse files
update readme
1 parent 0fa0d91 commit 126ad28

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ Extra scripts for other possibly useful commands from launcher2 rewrite
66

77
Allows 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

1821
it generates a yaml file with the following key/value pairs:
1922

0 commit comments

Comments
 (0)