Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlasvoayages.com
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nabil el mahiri
atlasvoayages.com
Commits
9bdaeea2
Commit
9bdaeea2
authored
Mar 25, 2019
by
nabil el mahiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nginx new conf
parent
7f90b3a3
Pipeline
#519
passed with stages
in 12 minutes 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
atlasvoyages-dev.archive
+0
-0
docker/Dockerfile
+1
-0
docker/supervisord.conf
+3
-0
No files found.
atlasvoyages-dev.archive
0 → 100644
View file @
9bdaeea2
File added
docker/Dockerfile
View file @
9bdaeea2
...
...
@@ -99,6 +99,7 @@ COPY ./ /atlasvoyages/
RUN
chmod
-R
700 /atlasvoyages/apps
RUN
chown
-R
www-data:www-data /atlasvoyages/apps
# restore mongo db database
# RUN mongorestore --host localhost --port 27017 --gzip --archive=atlasvoyages-dev.archive
...
...
docker/supervisord.conf
View file @
9bdaeea2
...
...
@@ -7,6 +7,9 @@ command=redis-server --daemonize yes
[
program
:
mongodb
]
command
=
mongod
--
fork
--
logpath
/
var
/
log
/
mongodb
.
log
[
program
:
mongorestore
]
command
=
mongorestore
--
host
localhost
--
port
27017
--
gzip
--
archive
=/
atlasvoyages
/
atlasvoyages
-
dev
.
archive
[
program
:
nginx
]
command
=/
etc
/
init
.
d
/
nginx
start
...
...
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