Docker configuration #11
No reviewers
Labels
No Label
kind/bug
kind/database
kind/documentation
kind/enhancement
kind/feature
kind/printing
kind/proposal
priority/critical
priority/low
reviewed/wontmerge
status/reviewed
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: crudo/macao-pos#11
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "notisset:docker-config"
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?
notice: aiohttp must be bound to Address 0.0.0.0 (Any) in order to accept requests whilst running inside a container
In
Dockerfile
:RUN apk update && apk add musl-dev zlib-dev jpeg-dev gcc python3 python3-dev
apk update && apk upgrade && python3 py-pip
In
docker-compose.yml
:In
docs/config_core/core_docker_sqlite.ini
:Dockerfile
:sed '/Address/s/= .*/= 0.0.0.0/' | tee conf/core.ini
Fix these issues and I'll squash and merge.
Ref: commit
836186f58b
*bash script failing candidate:
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Gitea.