Basic CI/CD integration #4

Merged
asohh merged 10 commits from workflows into container 2025-10-12 17:07:02 +02:00
Collaborator

Check out commits individually for easier reading.

  • Updates setup steps in README
  • Adds CI/CD build of web container
  • Removes unused example files
  • Unifies PASSWD with PASSWORD
  • Adds docker-compose.yml file
Check out commits individually for easier reading. - Updates setup steps in README - Adds CI/CD build of `web` container - Removes unused example files - Unifies `PASSWD` with `PASSWORD` - Adds `docker-compose.yml` file
fix: CI uses Containerfile and directly tags package
Some checks failed
Build Hello World Image / build (push) Failing after 1m9s
Build Hello World Image / build (pull_request) Failing after 10s
91384ff495
fix: Resolves issue with working directory
Some checks failed
Build Hello World Image / build (push) Failing after 1m8s
Build Hello World Image / build (pull_request) Failing after 12s
e411bf8b76
fix: Changes healthcheck to MariaDB compatible syntax
All checks were successful
Build Hello World Image / build (push) Successful in 25s
Build Hello World Image / build (pull_request) Successful in 22s
c5f5edda43
@ -0,0 +30,4 @@
- "8080:80"
depends_on:
- db
volumes:
Collaborator

why the mount? the data is in the container.

could be useful for a dev compose file, but I would create a separate one for that.

why the mount? the data is in the container. could be useful for a dev compose file, but I would create a separate one for that.
Author
Collaborator

Good shout! Removed in 1ac9d096ff. :)

Good shout! Removed in 1ac9d096ffbe22598be368456cf98be0f9c8c6a5. :)
ViMaSter marked this conversation as resolved
fix: Removes redundant volume
All checks were successful
Build Hello World Image / build (push) Successful in 33s
Build Hello World Image / build (pull_request) Successful in 21s
1ac9d096ff
Delete Containerfile.data_init
All checks were successful
Build Hello World Image / build (push) Successful in 23s
Build Hello World Image / build (pull_request) Successful in 22s
99a42e3b7a
asohh merged commit 2b97fe8b10 into container 2025-10-12 17:07:02 +02:00
ViMaSter deleted branch workflows 2025-10-13 04:16:42 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/sunders#4
No description provided.