mirror of
https://github.com/daylinmorgan/git-server.git
synced 2024-11-14 08:17:52 -06:00
algiz updates
This commit is contained in:
parent
e7bad88a46
commit
65afcefc66
2 changed files with 3 additions and 8 deletions
|
@ -3,5 +3,5 @@ git.dayl.in {
|
|||
}
|
||||
|
||||
f1.dayl.in {
|
||||
reverse_proxy 127.0.0.1:8000
|
||||
reverse_proxy 127.0.0.1:8000
|
||||
}
|
||||
|
|
|
@ -5,8 +5,8 @@ services:
|
|||
image: gitea/gitea:1.18.3
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1001
|
||||
- USER_GID=1001
|
||||
- USER_UID=1002
|
||||
- USER_GID=100
|
||||
restart: always
|
||||
volumes:
|
||||
- ./gitea:/data
|
||||
|
@ -22,11 +22,6 @@ services:
|
|||
image: caddy:2.5.2-alpine
|
||||
restart: unless-stopped
|
||||
container_name: caddy
|
||||
# ports:
|
||||
# - "80:80"
|
||||
# - "443:443"
|
||||
# - "443:443/udp"
|
||||
# - "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- ./caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
- caddy_data:/data
|
||||
|
|
Loading…
Reference in a new issue