initfinnished

This commit is contained in:
Tord-Vincent Heggland
2026-04-14 18:43:37 +02:00
parent 62f1a7c4e2
commit 1384b180d4
4 changed files with 34 additions and 18 deletions

View File

@@ -1,30 +1,26 @@
services:
codex:
build: .
build:
context: .
args:
UID: ${UID}
GID: ${GID}
container_name: codex
working_dir: /workspace
stdin_open: true
tty: true
user: "${UID}:${GID}"
volumes:
- ./workspace:/workspace
- codex_config:/root/.config
environment:
- HOME=/home/dev
- ./workspace:/home/dev/workspace
- codex_config:/home/dev/.config
- codex_home:/home/dev/.codex
tmpfs:
- /tmp
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
network_mode: host
command: sleep infinity
volumes:
codex_config:
codex_home: