0
0
1
| 1 | services: |
| 2 | docmost: |
| 3 | image: docmost/docmost:latest |
| 4 | depends_on: |
| 5 | - db |
| 6 | - redis |
| 7 | environment: |
| 8 | APP_URL: 'http://localhost:3000' |
| 9 | APP_SECRET: 'TW3kJS74HMdwq8Vlq8L5ZRCIZxtO4R' |
| 10 | DATABASE_URL: 'postgresql://docmost:[password]@db:5432/docmost?schema=public' |