1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 14:40:10 +02:00
pingvin-share/docker-compose.yml
2022-05-02 08:22:53 +02:00

10 lines
332 B
YAML

version: '3.3'
services:
pingvin-share:
ports:
- '3000:3000'
image: stonith404/pingvin-share
environment:
- APPWRITE_FUNCTION_API_KEY=${APPWRITE_FUNCTION_API_KEY}
- PUBLIC_APPWRITE_HOST=${PUBLIC_APPWRITE_HOST}
- PUBLIC_MAX_FILE_SIZE=${PUBLIC_MAX_FILE_SIZE}