icee-config-rs 0.1.2

Wrapper for config.rs to easily load configuration folders with env based overrides
Documentation
1
2
3
4
5
6
7
8
9
version: '3.5'

services:
    app:
        image: rust-base:latest
        working_dir: /var/www
        volumes:
            -   ./:/var/www
        command: tail -f /dev/null