Current section

Files

Jump to
nimble_template priv templates nimble_template docker-compose.yml.eex
Raw

priv/templates/nimble_template/docker-compose.yml.eex

version: "3.8"
services:
build:
build:
context: .
cache_from:
- <%= otp_app %>-build
target: build
image: <%= otp_app %>-build
app:
build:
context: .
cache_from:
- <%= otp_app %>-build
- <%= otp_app %>
target: app
image: <%= otp_app %>