Container name for penpot-exporter.
This commit is contained in:
+3
-2
@@ -4011,14 +4011,15 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- penpot-assets:/opt/data/assets
|
- penpot-assets:/opt/data/assets
|
||||||
penpot-exporter:
|
penpot-exporter:
|
||||||
image: penpotapp/exporter:latest
|
container_name: penpot-exporter
|
||||||
restart: always
|
|
||||||
depends_on:
|
depends_on:
|
||||||
penpot-redis:
|
penpot-redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
PENPOT_PUBLIC_URI: http://penpot-frontend:8080
|
PENPOT_PUBLIC_URI: http://penpot-frontend:8080
|
||||||
PENPOT_REDIS_URI: redis://penpot-redis/0
|
PENPOT_REDIS_URI: redis://penpot-redis/0
|
||||||
|
image: penpotapp/exporter:latest
|
||||||
|
restart: unless-stopped
|
||||||
penpot-pg-db:
|
penpot-pg-db:
|
||||||
container_name: penpot-pg-db
|
container_name: penpot-pg-db
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user