moved to alpine
This commit is contained in:
parent
88c39341b4
commit
c2f2fcc38b
|
@ -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:
|
||||
|
|
|
@ -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