You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I work on a PHP app, and created a Dockerfile and docker compose with all needed files (and make auths and logins etc persistence)
Right now it installs: node, PHP (8.5), opencode, codex, claude, playwright, forgejo-cli (0.6), jujutsu and of course t3 code (latest). Maybe someone will find this useful.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone,
I work on a PHP app, and created a Dockerfile and docker compose with all needed files (and make auths and logins etc persistence)
Right now it installs: node, PHP (8.5), opencode, codex, claude, playwright, forgejo-cli (0.6), jujutsu and of course t3 code (latest). Maybe someone will find this useful.
It also includes docker in docker:
Dockerfile.txt
entrypoint.sh
playwright-wrapper.sh
docker-compose.yaml
GIST:
https://gist.github.com/Q-efx/0f370c9dbb67d484f80e69c7972acdd1
All reactions