maj README

This commit is contained in:
Grégory Lebreton 2024-05-10 09:42:44 +02:00
parent a531de45be
commit d9e844a45c
2 changed files with 12 additions and 3 deletions

View File

@ -52,7 +52,7 @@ PENPOT_OIDC_USER_URI:"http://keycloak.domaine.fr/login/oauth/userinfo
docker compose up -d
```
#### code source
## REFERENCES
[penpot source code](https://github.com/penpot/penpot)
[License](https://github.com/penpot/penpot/blob/develop/LICENSE)

View File

@ -1,5 +1,8 @@
version: "3.5"
networks:
penpot:
services:
penpot-frontend:
image: "penpotapp/frontend:2.0.1"
@ -51,3 +54,9 @@ services:
- POSTGRES_DB=penpot
- POSTGRES_USER=penpot
- POSTGRES_PASSWORD=pa55w0rd
penpot-redis:
image: redis:7
restart: always
networks:
- penpot