judge4c/compose.local.yml

18 lines
272 B
YAML
Raw Normal View History

2025-04-28 02:16:48 +00:00
services:
judge4c:
build:
context: .
dockerfile: Dockerfile
image: judge4c:latest
container_name: judge4c
restart: always
ports:
- "3000:3000"
networks:
- judge4c
networks:
judge4c:
external: true
name: judge4c