mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-08 06:08:05 +00:00
Used correct image and deactivated oidc and ldap
This commit is contained in:
@@ -2,8 +2,8 @@ title: "{{ SOFTWARE_NAME }} Shop"
|
|||||||
features:
|
features:
|
||||||
central_database: true
|
central_database: true
|
||||||
redis: true
|
redis: true
|
||||||
ldap: true # via plugin
|
ldap: false # Not implemented yet
|
||||||
oidc: false # via plugin (Keycloak)
|
oidc: false # Not implemented yet
|
||||||
logout: true
|
logout: true
|
||||||
server:
|
server:
|
||||||
csp:
|
csp:
|
||||||
@@ -18,8 +18,8 @@ docker:
|
|||||||
database:
|
database:
|
||||||
enabled: true
|
enabled: true
|
||||||
php:
|
php:
|
||||||
image: "ghcr.io/shopware/development"
|
image: "ghcr.io/shopware/docker-base"
|
||||||
version: "latest"
|
version: "8.3"
|
||||||
name: "shopware-php"
|
name: "shopware-php"
|
||||||
cpus: 2.0
|
cpus: 2.0
|
||||||
mem_reservation: 2g
|
mem_reservation: 2g
|
||||||
|
|||||||
Reference in New Issue
Block a user