- Using local directory as GIT Repo
- building index at startup
version: '3'
services:
elixir:
build:
context: .
args:
PROJECT: esp8266-rtos-sdk
restart: unless-stopped
container_name: elixir
ports:
- '1080:80'
volumes:
- /home/user/ESP8266_RTOS_SDK/.git:/srv/elixir-data/esp8266-rtos-sdk/repo