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
Current section
Files
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 %>