traefik_gitea/README.md

28 lines
463 B
Markdown
Raw Permalink Normal View History

2023-11-24 18:43:23 +01:00
# traefik gitea
2023-11-24 18:36:42 +01:00
2023-11-24 18:43:23 +01:00
### get started
create a .env file
sample .env:
# .env
MYSQL_ROOT_PASSWORD=PASSWORD
MYSQL_DATABASE=gitea
MYSQL_USER=DATABASEUSER
MYSQL_PASSWORD=DATABASEPASSWORD
PROJECT_URL=git.localhost
PROJECT_NAME=sample
# the traefik network you want to use
TRAEFIK_NETWORK=traefik_net
# the root path to store your data from this project
PROJECT_DATA=./data
then execute the first time the init script