diff --git a/flame/env.cfg b/flame/env.cfg new file mode 100644 index 0000000..0d5f31a --- /dev/null +++ b/flame/env.cfg @@ -0,0 +1,3 @@ +IMAGE_TAG=pawelmalak/flame:multiarch2.3.1 +Volumes_Path=/data/volumes/flame +PASSWORD="KevinG#1977" \ No newline at end of file diff --git a/flame/stack.yml b/flame/stack.yml new file mode 100644 index 0000000..c493479 --- /dev/null +++ b/flame/stack.yml @@ -0,0 +1,15 @@ +services: + flame: + image: ${IMAGE_TAG} + container_name: flame + environment: + - TZ=Asia/Shanghai + volumes: + - ${Volumes_Path}/data:/app/data + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + ports: + - 5005:5005 + environment: + - PASSWORD=${PASSWORD} + restart: unless-stopped \ No newline at end of file