I was following the instructions from here but the dockers did know start.
I set the env variables as explained in the sample .bashrc but I get these messages:
WARNING: The RESTART_POLICY variable is not set. Defaulting to a blank string.
WARNING: The HEAD_RAM variable is not set. Defaulting to a blank string.
WARNING: The HEAD_PORT variable is not set. Defaulting to a blank string.
WARNING: The DN_RAM variable is not set. Defaulting to a blank string.
WARNING: The DN_PORT variable is not set. Defaulting to a blank string.
WARNING: The SN_RAM variable is not set. Defaulting to a blank string.
WARNING: The RANGEGET_RAM variable is not set. Defaulting to a blank string.
WARNING: The RANGEGET_PORT variable is not set. Defaulting to a blank string.
ERROR: The Compose file './admin/docker/docker-compose.aws.yml' is invalid because:
services.dn.ports contains an invalid type, it should be a number, or an object
services.head.ports contains an invalid type, it should be a number, or an object
services.rangeget.ports contains an invalid type, it should be a number, or an object
1: waiting for server startup (status: 000)
I saw that these variables where set in the admin/config/override.yml but it is not read by docker-compose.
Should I put these as environment variables too ?