Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
sys-backup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ndoumbe
sys-backup
Commits
3fb7f1af
Commit
3fb7f1af
authored
Apr 07, 2023
by
Ndoumbe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5dafcef7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
3fb7f1af
...
...
@@ -7,8 +7,6 @@ RUN amazon-linux-extras enable postgresql14 && yum install -y postgresql post
RUN
mkdir
/root/.ssh
COPY
id_rsa id_rsa.pub /root/.ssh
COPY
mongodb-org-6.0.repo /etc/yum.repos.d/mongodb-org-6.0.repo
RUN
yum
install
-y
mongodb-org
...
...
@@ -17,6 +15,10 @@ COPY odoo-backup.sh .
COPY
postgres.sh .
COPY
mysql.sh .
COPY
mongodb.sh .
COPY
notification.sh .
# ENTRYPOINT ["/bin/bash","-c", "sleep 600" ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment