initial commit
This commit is contained in:
0
emerald-theory/chevereto/chevereto.env
Normal file
0
emerald-theory/chevereto/chevereto.env
Normal file
39
emerald-theory/chevereto/chevereto.yml
Normal file
39
emerald-theory/chevereto/chevereto.yml
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
|
||||
# Chevereto
|
||||
# Self-hosted Imgur clone
|
||||
# Created by
|
||||
# ↳ https://link.to.github
|
||||
|
||||
services:
|
||||
chevereto:
|
||||
image: ghcr.io/chevereto/chevereto:latest
|
||||
container_name: chevereto
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
# ports:
|
||||
# - 80:80
|
||||
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
CHEVERETO_MAX_UPLOAD_SIZE: 1G
|
||||
CHEVERETO_MAX_POST_SIZE: 1G
|
||||
CHEVERETO_DB_NAME: chevereto
|
||||
CHEVERETO_DB_PORT: 3306
|
||||
CHEVERETO_DB_PASS: ${DB_PASSWORD}
|
||||
CHEVERETO_DB_USER: chevereto
|
||||
CHEVERETO_DB_HOST: database
|
||||
|
||||
volumes:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /home/fxequals/docker/chevereto/data:/var/www/html/images
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
# Documentation available at https://v4-docs.chevereto.com/#install
|
Reference in New Issue
Block a user