1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 15:30:40 +02:00
pingvin-share/docker-compose.yml

10 lines
332 B
YAML
Raw Normal View History

2022-04-25 15:15:17 +02:00
version: '3.3'
services:
pingvin-share:
ports:
- '3000:3000'
image: stonith404/pingvin-share
2022-05-01 12:12:00 +02:00
environment:
- APPWRITE_FUNCTION_API_KEY=${APPWRITE_FUNCTION_API_KEY}
2022-05-02 08:22:53 +02:00
- PUBLIC_APPWRITE_HOST=${PUBLIC_APPWRITE_HOST}
- PUBLIC_MAX_FILE_SIZE=${PUBLIC_MAX_FILE_SIZE}