Go to file Use this template
2023-11-26 12:17:31 +01:00
nginx-conf inital commit 2023-11-24 20:04:08 +01:00
php-conf inital commit 2023-11-24 20:04:08 +01:00
.env.sample change sample db name 2023-11-25 14:28:57 +01:00
.gitignore changed .gitignore 2023-11-25 16:15:59 +01:00
create_config inital commit 2023-11-24 20:04:08 +01:00
docker-compose.yml changed default network 2023-11-26 12:15:34 +01:00
init cleanup 2023-11-25 15:11:24 +01:00
LICENSE Initial commit 2023-11-24 20:01:43 +01:00
README.md change sample db name 2023-11-25 14:28:57 +01:00

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