docker/docker-compose.yml aktualisiert
This commit is contained in:
@@ -8,13 +8,10 @@ services:
|
||||
# .env-Datei - siehe .env.example als Vorlage.
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- SYNC_INTERVAL_SECONDS=900
|
||||
- FLATHUB_REMOTE_URL=https://dl.flathub.org/repo/
|
||||
- FLATHUB_GPG_URL=https://dl.flathub.org/repo/flathub.gpg
|
||||
volumes:
|
||||
- repo-data:/srv/flatpak-mirror
|
||||
- ./config:/config:ro # Optional
|
||||
- ./config:/config:ro
|
||||
- ./gpg:/etc/flatpak-sign/gnupg
|
||||
restart: unless-stopped
|
||||
|
||||
nginx:
|
||||
|
||||
Reference in New Issue
Block a user