nginx-conf | ||
php-conf | ||
.env.sample | ||
.gitignore | ||
create_config | ||
docker-compose.yml | ||
init | ||
LICENSE | ||
README.md |
traefik wordpress
get started
create a .env file
sample .env:
# .env
MYSQL_ROOT_PASSWORD=PASSWORD
MYSQL_DATABASE=wordpress
MYSQL_USER=DATABASEUSER
MYSQL_PASSWORD=DATABASEPASSWORD
PROJECT_URL=wordpress.localhost
PROJECT_NAME=sample
# the traefik network you want to use
TRAEFIK_NETWORK=traefik_net
PROJECT_DATA=./data
then execute the first time the init script