Docker Compose deployment on mac #65
Labels
No labels
BZK
Backlog
Bug
Prio 1
Prio 2
Prio 3
RC
Testing
WIP
auth
doc
feature
frontend
idea
integration
math
ops
bug
duplicate
enhancement
question
testing
verify
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BetaBreak/voxit-project#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The issue during installation on MacBook is:
Just a minor adjustment in the docker compose file ("
platform: linux/amd64" added underservice: image).Docker (on mac) doesnt substitute the ${ } vars in the dev.env file since it is not a shell environment
so I created (as a hack for now) "
run-dev.sh":and then just
./run-dev.shAfter this, it was difficult to set Chrome with the parameters; easier to use Safari (and set it up with proxy)
I would suggest putting this section before starting the services
That way, when you start the service, you should see it in Safari immediately
assigned to @gberh
This issue will soon become obsolete with the new version of the docker compose environment which uses git submodules rather than manual checkouts in a common base directory for which the
$PWDwas used.@gberh this is feedback from @abihas (Michael) with Mac deployment.
@jgroenen do you had time to test?
I am a bit at loss here, the project https://gitlab.com/particiapp/polis is public and the visibility settings for the Docker registry is set to "Everyone With Access". According to https://docs.gitlab.com/user/packages/container_registry/#container-registry-visibility-permissions anonymous access should be possible.
I just tried in a VM to run
docker pull registry.gitlab.com/particiapp/polis/server:latestand that works without asking for credentials. Could you please try that as well?