services: whsfund: build: context: . dockerfile: Dockerfile image: registry.dwarrington.com/whsfund:${IMAGE_TAG} container_name: whsfund restart: always ports: - "5031:80" networks: - caddy_network networks: caddy_network: external: true