Compare commits

..

No commits in common. "29e3988bca34a2b5038650b88c016650fd41249d" and "2da0baa838e728b23ff9312495edd828a5b89ff0" have entirely different histories.

15 changed files with 29 additions and 19 deletions

View File

@ -13,7 +13,7 @@
DOCKER := docker
PROFILES := caddy wordpress adminer uptime-kuma qbittorrent jellyfin watchtower backup syncthing openssh gitea gitea-runner
PROFILES := caddy wordpress gitea adminer uptime-kuma qbittorrent jellyfin watchtower backup syncthing openssh gitea-runner
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')

View File

@ -170,8 +170,6 @@ You can find all services on the [docker-compose.yml](docker-compose.yml) file o
You can disable some services by removing the service name in PROFILES variable in the [Makefile](Makefile) file.
To enable the gitea CI: https://medium.com/@lokanx/how-to-build-docker-containers-using-gitea-runners-600729555e07
## Build with
- [Wordpress](https://wordpress.org/)

View File

@ -59,6 +59,10 @@ jellyfin.bensuperpc.org {
reverse_proxy jellyfin:8096
}
ssh.bensuperpc.org {
reverse_proxy openssh:2222
}
syncthing.bensuperpc.org {
reverse_proxy syncthing:8384 {
header_up Host {upstream_hostport}

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Adminer
adminer:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Backup
backup:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Caddy
caddy:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Gitea
gitea:
@ -10,7 +12,7 @@ services:
- database_gitea
- caddy
ports:
- "22:22"
- "2222:2222"
env_file:
- env/gitea.env
volumes:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Jellyfin
jellyfin:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Openssh
openssh:
@ -5,8 +7,6 @@ services:
container_name: openssh
profiles:
- openssh
depends_on:
- caddy
restart: on-failure:5
env_file:
- env/openssh.env

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# qBittorrent
qbittorrent:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# syncthing
syncthing:
@ -5,8 +7,6 @@ services:
container_name: syncthing
profiles:
- syncthing
depends_on:
- caddy
restart: on-failure:5
env_file:
- env/syncthing.env

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Uptime Kuma
uptime-kuma:
@ -8,8 +10,6 @@ services:
volumes:
- uptimekuma_data:/app/data
restart: on-failure:5
depends_on:
- caddy
networks:
- infra-network
security_opt:

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Watchtower
watchtower:
@ -5,8 +7,6 @@ services:
container_name: watchtower
profiles:
- watchtower
depends_on:
- caddy
restart: on-failure:5
networks:
- infra-network

View File

@ -1,3 +1,5 @@
version: '3.9'
services:
# Wordpress
wordpress:

8
env/gitea.env vendored
View File

@ -6,10 +6,4 @@ GITEA__database__NAME=gitea
GITEA__database__USER=bensuperpc
GITEA__database__PASSWD=K7s5yoHknnEd7vsZoxb8I3dK9mjToF1j
#GITEA__security__SECRET_KEY=
#GITEA__security__INTERNAL_TOKEN=
GITEA__server__DOMAIN=git.bensuperpc.org
GITEA__server__SSH_DOMAIN=git.bensuperpc.org
GITEA__server__HTTP_PORT=3000
GITEA__server__SSH_LISTEN_PORT=22
GITEA__server__SSH_PORT=22
GITEA__server__ROOT_URL=https://git.bensuperpc.org
#GITEA__security__INTERNAL_TOKEN=