services: portfolio: build: context: . args: - NODE_VERSION=${NODE_VERSION} - CADDY_VERSION=${CADDY_VERSION} image: portfolio:${PORTFOLIO_VERSION} container_name: portfolio restart: always networks: - reverse-proxy networks: reverse-proxy: external: true