Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Image and host paths
CODEX_IMAGE=ghcr.io/experience83/codex-remote-dev:stable
CODEX_IMAGE=ghcr.io/experience83/codex-remote-dev:edge-amd64
CODEX_DATA_ROOT=./data
WEB_PASSWORD_PATH=./secrets/web_password.txt

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Updated maintained GitHub Actions to their current major releases.
- Changed the edge channel from private validation to public experimental development testing.
- Updated project documentation to state clearly that no stable release exists yet.
- Changed the generic and TrueNAS Compose defaults to the published `edge-amd64` image until the first stable release exists.

### Security

Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
codex:
image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:stable}
image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:edge-amd64}
container_name: codex-remote-dev
restart: unless-stopped
user: "0:0"
Expand Down
2 changes: 1 addition & 1 deletion compose/truenas.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
codex:
image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:stable}
image: ${CODEX_IMAGE:-ghcr.io/experience83/codex-remote-dev:edge-amd64}
container_name: codex-remote-dev
restart: unless-stopped
user: "0:0"
Expand Down