docker/docker-compose.yml aktualisiert
This commit is contained in:
@@ -8,13 +8,10 @@ services:
|
|||||||
# .env-Datei - siehe .env.example als Vorlage.
|
# .env-Datei - siehe .env.example als Vorlage.
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .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:
|
volumes:
|
||||||
- repo-data:/srv/flatpak-mirror
|
- repo-data:/srv/flatpak-mirror
|
||||||
- ./config:/config:ro # Optional
|
- ./config:/config:ro
|
||||||
|
- ./gpg:/etc/flatpak-sign/gnupg
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
|
|||||||
Reference in New Issue
Block a user