add docker configuration and gitea workflow for automated image builds
Introduce a multi-stage Dockerfile, docker-compose setup, and a Gitea Actions workflow to automate building and pushing images to the registry. The configuration includes an entrypoint script for persistent logging and a .dockerignore to optimize the build context.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -24,8 +24,9 @@ profile.cov
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# env file
|
||||
# env files
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Editor/IDE
|
||||
.idea/
|
||||
|
||||
Reference in New Issue
Block a user