Files
core2026_docker/compose.e2e.yaml
T
2026-08-08 04:04:39 +00:00

24 lines
496 B
YAML

services:
postgres:
restart: "no"
redis:
restart: "no"
runtime:
environment:
CORE_SOURCE_MODE: bind
CORE_BIND_ROOT: /workspace/core2026
volumes:
- /home/letrhee/sam_rebuild/core2026:/workspace/core2026
- /home/letrhee/.cache/ms-playwright:/root/.cache/ms-playwright:ro
networks:
- default
- image-internal
restart: "no"
caddy:
restart: "no"
networks:
image-internal:
external: true
name: sam-image_image-internal