update traefic
This commit is contained in:
parent
3f5d06098f
commit
8284cf619d
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ services:
|
|||
- "traefik.http.routers.django.rule=Host(`${ALLOWED_HOSTS}`)"
|
||||
|
||||
db:
|
||||
image: postgres:15-alpine
|
||||
image: postgres:16-alpine
|
||||
container_name: django_fbf_db_1
|
||||
volumes:
|
||||
- ./postgres/data:/var/lib/postgresql/data/
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
- "POSTGRES_DB=${DB_NAME}"
|
||||
|
||||
traefik:
|
||||
image: traefik:v3.2.0
|
||||
image: traefik:latest
|
||||
container_name: django_fbf_traefik_1
|
||||
ports:
|
||||
- 8008:80
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue