generated from coop-cloud/example
Photo Sharing. For Everyone.
|
||
---|---|---|
.drone.yml | ||
.env.sample | ||
abra.sh | ||
compose.yml | ||
entrypoint.sh | ||
env.docker.tmpl | ||
README.md | ||
worker-entrypoint.sh |
pixelfed
Photo Sharing. For Everyone.
- Category: Apps
- Status:
- Image:
- Healthcheck:
- Backups:
- Email:
- Tests:
- SSO:
weird stuff
env.docker
has to be in the running container in/var/www/.env
and owned bywww-data.
this is done viaconfigs:
statement incompose.yml,
and then via entrypoint (it copies the file and changes permissions). this is a hack and there's probably a better way of doing it, but putting the file directly in/var/www/.env
as a config doesn't work: the file is empty, owned by root and the app crashes saying that it's a read-only filesystem.