moved to alpine
This commit is contained in:
parent
88c39341b4
commit
c2f2fcc38b
|
@ -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:
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"port": 80,
|
||||||
|
"baseURL": "/",
|
||||||
|
"address": "",
|
||||||
|
"log": "stdout",
|
||||||
|
"database": "/database/filebrowser.db",
|
||||||
|
"root": "/srv"
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /neale/Marlin/
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
America/Denver
|
Loading…
Reference in New Issue