Brendan Fosberry

Results 18 issues of Brendan Fosberry

A large change I want to make to this spec is to pull configuration out. Pretty much all game servers use config files to configure, so using a volume mount...

Binary should 1) verify a repos metadata: `gscs verify github.com/user/repo` (or ./) 2) generate fig/compose yaml: `gscs build github.com/user/repo` (or ./) 3) template a new project: `gscs generate server_name`

I have a need to inject additional volumes and environment variables, as well as edit some port mappings depending on additional configuration parameters. My current method of achieving this is...

What are your thoughts on a form of image push with AuthConfig support? Is that something which should be added? Where would that fit?

roadmap
area/cli
area/api
exp/intermediate

I get this error when building custom ServiceConfigs, either there is an internal bug, or something I'm configuring in my service config is not valid. Any ideas? ``` INFO[0000] Building...

kind/bug
help wanted

We use an extended compose format with additional, unsupported fields. We'd like to be able to pass in a compose file structure with our extended syntax, and provide libcompose a...

kind/enhancement

`compose up` starts all services and automatically resolves all dependencies between services in the compose file. `compose up app` with `docker-compose` starts `app` and all of it's dependencies, however with...

kind/enhancement

When num_retries is specified, regardless of whether the number of retries has been met, the service will be restarted if the http check gets a 503 back. The following log...