Files
tam/deployments/client/docker/compose.yml
T
2026-07-25 15:36:34 -04:00

10 lines
196 B
YAML

services:
tam-client:
build: ../../../client/.
image: dbob16/tam-client:latest
restart: unless-stopped
ports:
- "127.0.0.1:3000:3000"
volumes:
- "./data:/data:Z"