image service

This commit is contained in:
2026-08-08 04:04:39 +00:00
parent 5b3a22d9da
commit b61efccd01
7 changed files with 114 additions and 2 deletions
+23
View File
@@ -0,0 +1,23 @@
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