php82
This commit is contained in:
parent
abf4eb0876
commit
049e4a76a2
|
@ -63,7 +63,7 @@ services:
|
||||||
- 443:443/udp
|
- 443:443/udp
|
||||||
- 80:80
|
- 80:80
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 512M
|
||||||
dns: fd00::3:2
|
dns: fd00::3:2
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
@ -157,7 +157,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
php:
|
php:
|
||||||
image: php-alpine
|
image: php82-alpine
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "mail.verry.org:192.168.42.3"
|
- "mail.verry.org:192.168.42.3"
|
||||||
dns: 192.168.3.2
|
dns: 192.168.3.2
|
||||||
|
@ -175,7 +175,6 @@ services:
|
||||||
- env/authentik
|
- env/authentik
|
||||||
authentik-worker:
|
authentik-worker:
|
||||||
image: ghcr.io/goauthentik/server:latest
|
image: ghcr.io/goauthentik/server:latest
|
||||||
restart: unless-stopped
|
|
||||||
command: worker
|
command: worker
|
||||||
volumes:
|
volumes:
|
||||||
- /srv/docker/volume/authentik/certs:/certs
|
- /srv/docker/volume/authentik/certs:/certs
|
||||||
|
|
Loading…
Reference in a new issue