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

Self hosted docker install is loading indefinity #1199

Closed
yodatak opened this issue Feb 25, 2023 · 4 comments
Closed

Self hosted docker install is loading indefinity #1199

yodatak opened this issue Feb 25, 2023 · 4 comments
Assignees
Labels
mod:infra Environment related issues and discussions

Comments

@yodatak
Copy link

yodatak commented Feb 25, 2023

With self hosted i got a loop on loading on http://192.168.1.3:4200/workspace and it don't shown anything

The error i could catch
image

Capture d’écran du 2023-02-25 23-37-36

podman-compose up    
podman-compose version: 1.0.4
['podman', '--version', '']
using podman version: 4.3.1
** excluding:  set()
['podman', 'ps', '--filter', 'label=io.podman.compose.project=affine', '-a', '--format', '{{ index .Labels "io.podman.compose.config-hash"}}']
podman pod create --name=pod_affine --infra=false --share=
dc2011d2a28fb608589278d4f40cc5fda8ec0d9ac4bae21363bc563155708a23
exit code: 0
['podman', 'network', 'exists', 'affine_default']
['podman', 'network', 'create', '--label', 'io.podman.compose.project=affine', '--label', 'com.docker.compose.project=affine', 'affine_default']
['podman', 'network', 'exists', 'affine_default']
podman create --name=affine --pod=pod_affine --label io.podman.compose.config-hash=b4180cd118fd18e41c2f0f2e5962ed7e65f6bb15b4e0fdf818ae0826e9fe8430 --label io.podman.compose.project=affine --label io.podman.compose.version=1.0.4 --label [email protected] --label com.docker.compose.project=affine --label com.docker.compose.project.working_dir=/opt/affine --label com.docker.compose.project.config_files=compose.yml --label com.docker.compose.container-number=1 --label com.docker.compose.service=affine --net affine_default --network-alias affine -p 4200:3000 ghcr.io/toeverything/affine-self-hosted:alpha-abbey-wood
9f12aa339476df25b138a15fe5e01288405dd02640e5f3b209fd9e4cf4da30d3

compose.yml file

version: '3.3'
services:
    affine:
        container_name: affine
        ports:
            - '4200:3000'
        image: 'ghcr.io/toeverything/affine-self-hosted:alpha-abbey-wood'
@doodlewind doodlewind added type:bug mod:infra Environment related issues and discussions labels Feb 26, 2023
@himself65 himself65 mentioned this issue Feb 26, 2023
20 tasks
@ShortCipher5
Copy link
Contributor

Can you confirm your browser please? Are you by any chance using Firefox?

@darkskygit
Copy link
Member

please consider using chrome/chromium based browser. We have not adapted to Safari/Firefox yet.

@ivorsmorenburg
Copy link

Where can I find the whole Docker Compose File for it? is it possible to add DB and Redis to it?

@tzhangchi
Copy link
Contributor

relative to #2646 toeverything/OctoBase#457

@tzhangchi tzhangchi closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod:infra Environment related issues and discussions
Projects
Archived in project
Development

No branches or pull requests

6 participants