Skip to content

Commit fcf2700

Browse files
committed
Make podman optional
1 parent bb38e59 commit fcf2700

6 files changed

Lines changed: 991 additions & 17 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ k8s-*/*
4444
tests/**/creds.json
4545

4646
# mise-en-place
47-
/mise/mise.local.toml
47+
/.miserc.toml
48+
/mise.*.toml
4849

4950
ui/simple-saas
5051
*.tar

mise/config.toml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,22 @@ redactions = [ "*_API_KEY*", "*_TOKEN", "_PASSWORD" ]
55
[settings]
66
env_shell_expand = true
77

8-
[shell_alias]
9-
docker = "podman"
10-
118
[env]
129
_.file = { path = ".env" }
1310
_.source = { path = "mise/compose_file.sh" , tools = true }
14-
COMPOSE_PROJECT_NAME = "pod"
15-
BUILDAH_FORMAT = "docker"
11+
1612
GOCLAW_GATEWAY_TOKEN={ required = "Create using ./prepare-env.sh" }
1713
GOCLAW_ENCRYPTION_KEY={ required = "Create using ./prepare-env.sh" }
1814

19-
# Our API key mappings
15+
# API key mappings
2016

2117
GOCLAW_OPENROUTER_API_KEY = "${OPENROUTER_API_KEY:-}"
22-
GOCLAW_GEMINI_API_KEY = "${GEMINI_API_KEY_angels:-}"
18+
GOCLAW_GEMINI_API_KEY = "${GEMINI_API_KEY:-}"
2319
GOCLAW_MINIMAX_API_KEY = "${MINIMAX_API_KEY:-}"
2420

2521

2622
# Ironically docker compose is not composable (http://github.com/keithy/sprankle-pod)
2723
# postgres:gateway:selfservice:sandbox:browser:otel:tailscale:upgrade:vnstock-mcp
28-
2924
GOCLAW_MODULES = 'postgres:selfservice'
3025

31-
# --- Database (only for non-Docker deployments) ---
32-
# Docker Compose auto-builds this from POSTGRES_USER/PASSWORD/DB.
33-
# GOCLAW_POSTGRES_DSN=postgres://user:pass@host:5432/dbname?sslmode=disable
34-
35-
# --- Debug ---
36-
GOCLAW_TRACE_VERBOSE=1
37-
CONTAINERS_REGISTRIES_CONF="{{config_root}}/mise/registries.conf"
38-
# CONTAINERS_STORAGE_CONF="{{config_root}}/mise/storage.conf"
26+
# Localise further in goclaw/mise.local.toml

0 commit comments

Comments
 (0)