We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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 PODMAN_SYSTEMD_UNIT=podman-compose@affine.service --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'
The text was updated successfully, but these errors were encountered:
Can you confirm your browser please? Are you by any chance using Firefox?
Sorry, something went wrong.
please consider using chrome/chromium based browser. We have not adapted to Safari/Firefox yet.
Where can I find the whole Docker Compose File for it? is it possible to add DB and Redis to it?
Update affine.xml
b76c897
toeverything/AFFiNE#1199 (comment) https://forums.unraid.net/topic/137296-support-b42n1-repo/?do=findComment&comment=1258353
relative to #2646 toeverything/OctoBase#457
darkskygit
No branches or pull requests
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
compose.yml file
The text was updated successfully, but these errors were encountered: