Packages

Project repository template to set up all public Phoenix projects at Nimble

Retired package: Renamed - Rename to nimble_template

Current section

Files

Jump to
nimble_phx_gen_template priv templates nimble.phx.gen.template docker-compose.yml.eex
Raw

priv/templates/nimble.phx.gen.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 %>