mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[GH-ISSUE #36] Simplifications for Docker Compose #3
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#3
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?
Originally created by @rgov on GitHub (Jul 28, 2022).
Original GitHub issue: https://github.com/spr-networks/super/issues/36
The differences between
docker-compose-prebuilt.ymlanddocker-compose-src.ymlappear to be whether they specifyimageorbuildsections. These could probably be merged (along withrun_{prebuilt,docker_compose}.sh) because it is valid to specify both, and the behavior is documented:The command
docker-compose buildcan explicitly force a build of images locally, anddocker-compose pullcan explicitly force a pull of all images, which would simplify or obviate the need forpull_containers.sh.The
run_monitor.shscript can apparently be removed, since it references the non-existent filemonitor-services-compose.yml.