image service
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user