Skip to content

Gitea + Drone + Traefik + Docker Compose + Ansible

Notifications You must be signed in to change notification settings

ChenTerence/gitea-drone-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitea-drone (development)

First, configure secrets by copying config files :

cp env/osticketdb.secret-config env/osticketdb.secret
cp env/osticket.secret-config env/osticket.secret

Then edit those two files to adapt them. This must be done before lunching 'make' or it will not work.

make

It stops all containers if they are running, removes the network if it exists and then recreates the network and lunch all containers.

You can access locally to all containers with :

Create gitea user

Add demo user (demo:demo) as admin :

docker-compose -f dev-compose.yml exec gitea su git -c "gitea admin create-user --admin --name demo --password demo --email demo@de.mo"

About

Gitea + Drone + Traefik + Docker Compose + Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%