added cronicle-edge

This commit is contained in:
2024-04-27 21:42:43 -05:00
parent c7f8157d0d
commit 251d2ccd8c
2 changed files with 28 additions and 0 deletions

12
cronicle-edge/.env Executable file
View File

@@ -0,0 +1,12 @@
#GLOBAL SETTINGS
COMPOSE_HTTP_TIMEOUT=120
COMPOSE_IGNORE_ORPHANS=1
DOCKER_CONFIGS=.
DOCKERGID=999
DOCKERHOSTNAME=DockerServer
DOCKERLOGGING_MAXFILE=10
DOCKERLOGGING_MAXSIZE=200k
PGID=1000
PUID=1000
UMASK=000
TZ=America/Chicago

16
cronicle-edge/compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
cronicle-edge:
container_name: cronicle-edge
hostname: cronicle-edge
image: ghcr.io/cronicle-edge/cronicle-edge:main
command: manager
stdin_open: true
tty: true
ports:
- 3012:3012
volumes:
- ${DOCKER_CONFIGS}/data:/opt/cronicle/data
networks:
reverse-proxy:
external: true