mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
📎 Add missing restart policy to some containers
on default compose file
This commit is contained in:
parent
c467d04d50
commit
1ed3b3cf75
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,7 @@ services:
|
|||
|
||||
penpot-frontend:
|
||||
image: "penpotapp/frontend:latest"
|
||||
restart: always
|
||||
ports:
|
||||
- 9001:80
|
||||
|
||||
|
@ -96,6 +97,8 @@ services:
|
|||
|
||||
penpot-backend:
|
||||
image: "penpotapp/backend:latest"
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
- penpot_assets:/opt/data/assets
|
||||
|
||||
|
@ -214,6 +217,7 @@ services:
|
|||
|
||||
penpot-exporter:
|
||||
image: "penpotapp/exporter:latest"
|
||||
restart: always
|
||||
networks:
|
||||
- penpot
|
||||
|
||||
|
@ -268,6 +272,7 @@ services:
|
|||
# minio:
|
||||
# image: "minio/minio:latest"
|
||||
# command: minio server /mnt/data --console-address ":9001"
|
||||
# restart: always
|
||||
#
|
||||
# volumes:
|
||||
# - "penpot_minio:/mnt/data"
|
||||
|
|
Loading…
Add table
Reference in a new issue