Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Compose #43

Open
p6002 opened this issue Mar 21, 2023 · 1 comment
Open

Docker Compose #43

p6002 opened this issue Mar 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@p6002
Copy link

p6002 commented Mar 21, 2023

Since everything today is in docker, it would be nice to see this project as well.

I tried to create one,

version: "3.3"
services:
    actionsflow:
        image: actionsflow/actionsflow:latest
        restart: unless-stopped
        container_name: actionsflow
        volumes:
            - /var/run/docker.sock:/var/run/docker.sock
            - /docker/actionsflow:/data
        ports:
            - 3232:3000

but I get errors (errnos):

Actionsflow CLI version: 1.12.1
[16:51:57] INFO actionsflow: Start server at http://localhost:3000
[16:51:57] INFO actionsflow: Listen webhook endpoint at http://localhost:3000/webhook/
[16:51:57] INFO actionsflow: Start cron tasks
[16:51:57] INFO actionsflow: Clean the dest folder dist/.cron/1679417517172
UNHANDLED REJECTION [Error: ENOENT: no such file or directory, lstat '/data/workflows'] {
�
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/data/workflows'
}
[16:55:00] INFO actionsflow: Clean the dest folder dist/.cron/1679417700101
UNHANDLED REJECTION [Error: ENOENT: no such file or directory, lstat '/data/workflows'] {
�
  errno: -2,
  code: 'ENOENT',
  syscall: 'lstat',
  path: '/data/workflows'
}

It looks like the actionsflow/actionsflow:latest repository is missing some files for the service to work.

@p6002 p6002 added the enhancement New feature or request label Mar 21, 2023
@JiroMusik
Copy link

I would love to have it running too but on my Intel NUC / Proxmox Debian LXC / Docker it runs and gives HTTP answer Not Found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants