Files
whsfund/docker-compose.yml
2026-03-06 04:54:20 -04:00

17 lines
295 B
YAML

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