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