aethex-forge/docker-compose.yml
root 58c1f539b9
Some checks are pending
Build / build (push) Waiting to run
Deploy / deploy (push) Waiting to run
Lint & Type Check / lint (push) Waiting to run
Security Scan / semgrep (push) Waiting to run
Security Scan / dependency-check (push) Waiting to run
Test / test (18.x) (push) Waiting to run
Test / test (20.x) (push) Waiting to run
fix: disable broken pages, fix Foundation duplicate import and tag mismatch
2026-04-07 06:20:52 +00:00

9 lines
175 B
YAML

services:
aethex-forge:
build: .
container_name: aethex-forge
restart: unless-stopped
ports:
- "5050:5000"
env_file: .env
command: npm run dev