From b827037f9060156e2fe96b1ec3fb623937895abe Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 27 Dec 2022 14:52:32 +0100 Subject: [PATCH] :paperclip: Add experimental label on admin image on compose file --- docker/images/docker-compose.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 586f398735..b8ae99216a 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -243,20 +243,22 @@ services: ## An optional admin application for pentpot. It allows manage ## users, teams and inspect some parts of the database. You can read ## more about it on: https://github.com/penpot/penpot-admin + ## + ## Status: EXPERIMENTAL # penpot-admin: # image: "penpotapp/admin:alpha" # networks: # - penpot - + # # depends_on: # - penpot-postgres # - penpot-backend - + # # environment: # - PENPOT_PUBLIC_URI=http://localhost:9001 # - PENPOT_API_URI=http://penpot-frontend/ - + # # - PENPOT_DATABASE_HOST=penpot-postgres # - PENPOT_DATABASE_NAME=penpot # - PENPOT_DATABASE_USERNAME=penpot