feat: add infrastructure dockerfile, droplet documentation, and gitea deployment workflow
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Custom MongoDB Infrastructure Dockerfile for the "dockernet" network
|
||||
FROM mongo:7.0-noble
|
||||
|
||||
# Set metadata labels
|
||||
LABEL description="Custom MongoDB image for Stick template infrastructure"
|
||||
|
||||
# Expose standard port
|
||||
EXPOSE 27017
|
||||
|
||||
# Default persistent volume location
|
||||
VOLUME /data/db
|
||||
|
||||
# CMD starts the standard mongod daemon
|
||||
CMD ["mongod"]
|
||||
Reference in New Issue
Block a user