24 lines
496 B
YAML
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
|