Skip to content

c1495616js/gitea_caddy_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gitea+Mysql+Caddy by using Docker

start

docker-compose up -d

setting in gitea

connect to localhost:8880

customize

change your port in docker-compose.yml

http:
    build:
     ...      
    ports:
      - "443:443" // change port here
      - "8880:80" // change port here
    ...

change your domain in Caddyfile

http://localhost {  <-- change domain here (localhost to yours)
  log / stdout "{host} {upstream}"
  errors stdout

  proxy / gitea:3000 
}

refs

https://andrewzah.com/posts/selfhosting-git-with-gitea-docker-caddy/

https://docs.gitea.io/en-us/install-with-docker/

https://onlyhavecans.works/amy/gitea-docker

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors