Compare commits
1 Commits
3e7a5a808f
...
25b8575c3e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25b8575c3e |
@ -25,7 +25,6 @@ services:
|
|||||||
- --experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
|
- --experimental.plugins.crowdsec-bouncer.modulename=github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin
|
||||||
- --experimental.plugins.crowdsec-bouncer.version=v1.2.1
|
- --experimental.plugins.crowdsec-bouncer.version=v1.2.1
|
||||||
# - "--certificatesresolvers.myresolver.acme.tlschallenge=true"
|
# - "--certificatesresolvers.myresolver.acme.tlschallenge=true"
|
||||||
- --accesslog=true
|
|
||||||
ports:
|
ports:
|
||||||
# The HTTP port
|
# The HTTP port
|
||||||
- "80:80"
|
- "80:80"
|
||||||
|
|||||||
@ -5,7 +5,6 @@ services:
|
|||||||
# The official v2 Traefik docker image
|
# The official v2 Traefik docker image
|
||||||
image: traefik:v3.3
|
image: traefik:v3.3
|
||||||
# Enables the web UI and tells Traefik to listen to docker
|
# Enables the web UI and tells Traefik to listen to docker
|
||||||
restart: unless-stopped
|
|
||||||
command:
|
command:
|
||||||
- --api.insecure=true
|
- --api.insecure=true
|
||||||
- --providers.docker
|
- --providers.docker
|
||||||
@ -60,7 +59,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- redisdata:/data
|
- redisdata:/data
|
||||||
paperless-webserver:
|
paperless-webserver:
|
||||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.16.3
|
image: ghcr.io/paperless-ngx/paperless-ngx:2.14.7
|
||||||
container_name: paperless-webserver
|
container_name: paperless-webserver
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -73,9 +72,8 @@ services:
|
|||||||
- media:/usr/src/paperless/media
|
- media:/usr/src/paperless/media
|
||||||
- export:/usr/src/paperless/export
|
- export:/usr/src/paperless/export
|
||||||
- consume:/usr/src/paperless/consume
|
- consume:/usr/src/paperless/consume
|
||||||
#env_file: docker-compose.env
|
env_file: docker-compose.env
|
||||||
environment:
|
# environment:
|
||||||
PAPERLESS_DATE_ORDER: MDY
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)"
|
- "traefik.http.routers.paperless.rule=Host(`paperless.injust.us`)"
|
||||||
- "traefik.http.routers.paperless.entrypoints=websecure"
|
- "traefik.http.routers.paperless.entrypoints=websecure"
|
||||||
|
|||||||
@ -21,9 +21,9 @@ docker:
|
|||||||
gitea:
|
gitea:
|
||||||
ansible_ssh_user: root
|
ansible_ssh_user: root
|
||||||
|
|
||||||
#wireguard:
|
wireguard:
|
||||||
# hosts:
|
hosts:
|
||||||
# wireguard:
|
wireguard:
|
||||||
|
|
||||||
external_access:
|
external_access:
|
||||||
hosts:
|
hosts:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
ansible==11.7.0
|
ansible==11.6.0
|
||||||
ansible-core==2.15.11
|
ansible-core==2.15.11
|
||||||
#cffi==1.15.1
|
#cffi==1.15.1
|
||||||
#cryptography==39.0.0
|
#cryptography==39.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user