mirror of
https://github.com/michivonah/docker.git
synced 2026-03-23 16:49:29 +01:00
feat: add grist compose
This commit is contained in:
parent
b6f6aed471
commit
c72fa77e90
1 changed files with 11 additions and 0 deletions
11
grist/docker-compose.yml
Normal file
11
grist/docker-compose.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
services:
|
||||
grist:
|
||||
container_name: grist
|
||||
ports:
|
||||
- 8484:8484
|
||||
volumes:
|
||||
- ./grist:/persist
|
||||
environment:
|
||||
- GRIST_SESSION_SECRET=invent-a-secret-here
|
||||
- GRIST_DEFAULT_EMAIL=admin@example.com
|
||||
image: gristlabs/grist
|
||||
Loading…
Add table
Add a link
Reference in a new issue