mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-18 00:40:16 +02:00
docker bumps
This commit is contained in:
parent
273bda173e
commit
9921011742
@ -1,5 +1,5 @@
|
|||||||
FROM python:3.9-slim
|
FROM python:3.11-slim
|
||||||
ARG AUTH_VERSION=v3.1.1
|
ARG AUTH_VERSION=v4.0.0a1
|
||||||
ARG AUTH_PACKAGE=allianceauth==${AUTH_VERSION}
|
ARG AUTH_PACKAGE=allianceauth==${AUTH_VERSION}
|
||||||
ENV VIRTUAL_ENV=/opt/venv
|
ENV VIRTUAL_ENV=/opt/venv
|
||||||
ENV AUTH_USER=allianceauth
|
ENV AUTH_USER=allianceauth
|
||||||
|
@ -17,7 +17,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.21
|
image: nginx:1.23
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf/nginx.conf:/etc/nginx/conf.d/default.conf
|
- ./conf/nginx.conf:/etc/nginx/conf.d/default.conf
|
||||||
@ -26,7 +26,7 @@ services:
|
|||||||
- allianceauth
|
- allianceauth
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.2
|
image: redis:7.0
|
||||||
command: redis-server
|
command: redis-server
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@ -52,7 +52,7 @@ services:
|
|||||||
- auth_mysql
|
- auth_mysql
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana-oss:8.3.2
|
image: grafana/grafana-oss:9.5.1
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- auth_mysql
|
- auth_mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user