mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
📎 Add experimental label on admin image on compose file
This commit is contained in:
parent
60fb3f3d0e
commit
b827037f90
1 changed files with 5 additions and 3 deletions
|
@ -243,20 +243,22 @@ services:
|
||||||
## An optional admin application for pentpot. It allows manage
|
## An optional admin application for pentpot. It allows manage
|
||||||
## users, teams and inspect some parts of the database. You can read
|
## users, teams and inspect some parts of the database. You can read
|
||||||
## more about it on: https://github.com/penpot/penpot-admin
|
## more about it on: https://github.com/penpot/penpot-admin
|
||||||
|
##
|
||||||
|
## Status: EXPERIMENTAL
|
||||||
|
|
||||||
# penpot-admin:
|
# penpot-admin:
|
||||||
# image: "penpotapp/admin:alpha"
|
# image: "penpotapp/admin:alpha"
|
||||||
# networks:
|
# networks:
|
||||||
# - penpot
|
# - penpot
|
||||||
|
#
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - penpot-postgres
|
# - penpot-postgres
|
||||||
# - penpot-backend
|
# - penpot-backend
|
||||||
|
#
|
||||||
# environment:
|
# environment:
|
||||||
# - PENPOT_PUBLIC_URI=http://localhost:9001
|
# - PENPOT_PUBLIC_URI=http://localhost:9001
|
||||||
# - PENPOT_API_URI=http://penpot-frontend/
|
# - PENPOT_API_URI=http://penpot-frontend/
|
||||||
|
#
|
||||||
# - PENPOT_DATABASE_HOST=penpot-postgres
|
# - PENPOT_DATABASE_HOST=penpot-postgres
|
||||||
# - PENPOT_DATABASE_NAME=penpot
|
# - PENPOT_DATABASE_NAME=penpot
|
||||||
# - PENPOT_DATABASE_USERNAME=penpot
|
# - PENPOT_DATABASE_USERNAME=penpot
|
||||||
|
|
Loading…
Add table
Reference in a new issue