Gather data

This commit is contained in:
mike
2026-01-08 00:38:09 +01:00
parent d140b2dbac
commit 3e6d4eec02
4 changed files with 90 additions and 12 deletions

View File

@@ -59,6 +59,21 @@ services:
volumes:
- puzzles_data:/data/puzzle:rw
puzzle_test:
build:
context: ${PUZZLE_ROOT_DIR:-/opt/apps/puzzle}
dockerfile: Dockerfile
args:
PUZZLE_ROWS: 3
PUZZLE_COLS: 3
container_name: puzzle_test
profiles: ["test"]
environment:
GENERATE_ON_START: "true"
START_CLASS: "puzzle.MainTest"
volumes:
- puzzles_data:/data/puzzle:rw
volumes:
puzzles_data: