moved to alpine

This commit is contained in:
Neale Pickett 2023-12-17 05:28:52 +00:00
parent 88c39341b4
commit c2f2fcc38b
5 changed files with 22 additions and 11 deletions

View File

@ -198,10 +198,14 @@ services:
target: /srv/incoming
gitea:
image: codeberg.org/forgejo/forgejo:1.20-rootless
image: codeberg.org/forgejo/forgejo:1.20.5-0-rootless
configs:
- source: gitea-robots.txt
target: /var/lib/gitea/custom/robots.txt
- source: timezone
target: /etc/timezone
- source: localtime
target: /etc/localtime
volumes:
- type: bind
source: /srv/sys/gitea/app.ini
@ -209,14 +213,6 @@ services:
- type: bind
source: /srv/sys/gitea
target: /data
- type: bind
source: /etc/timezone
target: /etc/timezone
read_only: true
- type: bind
source: /etc/localtime
target: /etc/localtime
read_only: true
atlas:
image: ctassisf/ripe-atlas-alpine:arm64v8
@ -266,8 +262,6 @@ services:
- type: bind
source: /srv
target: /srv
bind:
propagation: rslave
environment:
NMBD: enable
RECYCLE: disable
@ -367,6 +361,12 @@ configs:
filebrowser.json:
file: filebrowser.json
name: filebrowser.json-v2
localtime:
file: localtime
name: localtime-v1
timezone:
file: timezone
name: timezone-v1
secrets:
passwd:

8
homelab/filebrowser.json Normal file
View File

@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "/",
"address": "",
"log": "stdout",
"database": "/database/filebrowser.db",
"root": "/srv"
}

2
homelab/gitea-robots.txt Normal file
View File

@ -0,0 +1,2 @@
User-agent: *
Disallow: /neale/Marlin/

BIN
homelab/localtime Normal file

Binary file not shown.

1
homelab/timezone Normal file
View File

@ -0,0 +1 @@
America/Denver