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