This repo is to set up the CSlant DEV Images with Docker.
We can use this runner to update all sources for development.
In this docker repository, we have built the following images:
- cslant/dev-php83
- cslant/dev-worker83
- cslant/dev-mysql
- cslant/dev-node22
- cslant/dev-nginx
- cslant/dev-postgres
First, copy the .env.example
file to .env
and update the values.
envsubst < .env.example > .env
If you don't have envsubst
command, you can use the following command:
cp .env.example .env
To run as amd64. You need to set the default platform to linux/amd64
:
export DOCKER_DEFAULT_PLATFORM=linux/amd64