set docker tag; fix access to generate password
This commit is contained in:
+1
-1
@@ -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: .
|
||||||
|
|||||||
@@ -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 }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user