added cronicle-edge
This commit is contained in:
12
cronicle-edge/.env
Executable file
12
cronicle-edge/.env
Executable 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
16
cronicle-edge/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user