-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.container.example
More file actions
20 lines (20 loc) · 1 KB
/
Copy path.env.container.example
File metadata and controls
20 lines (20 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Container configuration
# Copy this to .env.container and customize
IMAGE_NAME=my-dev-env
CONTAINER_NAME=my-dev-container
WORK_FOLDER=work
# Optional: Port to expose for dev server (format: HOST_PORT:CONTAINER_PORT)
# Example for Vite: 5173:5173
# EXPOSE_PORT=5173:5173
# Optional: Folder to persist Claude Code auth and settings across rebuilds
# Mounts .claude/ and .claude.json so you don't have to re-login after rebuild
# CLAUDE_PERSIST_FOLDER=claude_persist
# Optional: Folder to persist pi coding agent state across rebuilds
# Mounts .pi/ so you don't have to re-login after rebuild
# PI_PERSIST_FOLDER=pi_persist
# Optional: LAN DNS server IP so the container can resolve LAN hostnames
# (e.g. your router or AD DNS). Find yours with: Get-DnsClientServerAddress -AddressFamily IPv4
# LAN_DNS=192.168.1.1
# Optional: DNS search suffix so short hostnames (e.g. "atx-ai1") resolve without FQDN.
# Find yours with: Get-DnsClient | Select-Object InterfaceAlias, ConnectionSpecificSuffix
# LAN_DNS_SEARCH=corp.example.com