Files
History-client/docker-compose.yml
AzenKain 780bb9609a
All checks were successful
Build and Release / release (push) Successful in 39s
init
2026-04-20 09:40:59 +07:00

16 lines
280 B
YAML

services:
history-client:
build:
context: .
dockerfile: Dockerfile
container_name: history-client
restart: unless-stopped
ports:
- "3013:3000"
networks:
- history-client-network
networks:
history-client-network:
driver: bridge