List of variables for docker compose file

Hi, Trying to learn how to make a docker compose file from scratch, but I cannot find complete documentation of the variables, options, etc

This documentation seem to be incomplete:

There are variables on the docker compose sample doc that are not described there.

Hi!

Those will only specify system mandatory and optional environment settings.

if you want a full list of settings, you can grab them from:

Let me know if this helps :slight_smile:

Thanks!