set docker tag; fix access to generate password

This commit is contained in:
2024-07-31 14:19:50 +02:00
parent 90fab36231
commit 9b549fa9e7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- internal - internal
- myadmin - myadmin
www: www:
image: registry.docker.rhost.ovh/sprawozdania:0.1.6 image: registry.docker.rhost.ovh/sprawozdania:0.1.8
restart: on-failure restart: on-failure
build: build:
context: . context: .
+1
View File
@@ -37,6 +37,7 @@ security:
# Note: Only the *first* access control that matches will be used # Note: Only the *first* access control that matches will be used
access_control: access_control:
- { path: ^/login, roles: PUBLIC_ACCESS } - { path: ^/login, roles: PUBLIC_ACCESS }
- { path: ^/user/activate, roles: PUBLIC_ACCESS }
- { path: ^/admin, roles: ROLE_ADMIN } - { path: ^/admin, roles: ROLE_ADMIN }
- { path: ^/, roles: ROLE_USER } - { path: ^/, roles: ROLE_USER }