15 lines
278 B
YAML
15 lines
278 B
YAML
services:
|
|
portfolio:
|
|
build:
|
|
context: .
|
|
args:
|
|
- CADDY_VERSION=${CADDY_VERSION}
|
|
image: portfolio:${PORTFOLIO_VERSION}
|
|
container_name: portfolio
|
|
restart: always
|
|
networks:
|
|
- reverse-proxy
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
external: true |