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
e36ecbb9
Commit
e36ecbb9
authored
Mar 13, 2019
by
nabil el mahiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix apps folder
parent
08e32940
Pipeline
#505
canceled with stages
in 30 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
docker/Dockerfile
+1
-0
docker/supervisord.conf
+1
-1
nginx/default.conf
+2
-2
No files found.
docker/Dockerfile
View file @
e36ecbb9
...
@@ -115,6 +115,7 @@ RUN grunt pine:copy
...
@@ -115,6 +115,7 @@ RUN grunt pine:copy
EXPOSE
80
EXPOSE
80
EXPOSE
443
EXPOSE
443
# setup endpoint for the final container
# setup endpoint for the final container
ENTRYPOINT
["/usr/bin/supervisord"]
ENTRYPOINT
["/usr/bin/supervisord"]
docker/supervisord.conf
View file @
e36ecbb9
...
@@ -5,7 +5,7 @@ nodaemon=true
...
@@ -5,7 +5,7 @@ nodaemon=true
command
=
redis
-
server
--
daemonize
yes
command
=
redis
-
server
--
daemonize
yes
[
program
:
mongodb
]
[
program
:
mongodb
]
command
=
service
mongod
start
--
fork
--
logpath
/
var
/
log
/
mongod
.
log
command
=
mongod
--
fork
--
logpath
/
var
/
log
/
mongodb
.
log
[
program
:
nginx
]
[
program
:
nginx
]
command
=/
etc
/
init
.
d
/
nginx
start
command
=/
etc
/
init
.
d
/
nginx
start
...
...
nginx/default.conf
View file @
e36ecbb9
# NGINX CONF ATLAS VOYAGES
# NGINX CONF ATLAS VOYAGES
upstream
node_atlasvoyage_de
{
upstream
node_atlasvoyage_de
{
server
unix
:/
Users
/
hotelia
/
nodejs
/
atlasvoyages
.
com
/
apps
/
atlas
-
voyages
/
http
.
sock
;
server
unix
:/
atlasvoyages
/
apps
/
atlas
-
voyages
/
http
.
sock
;
}
}
server
{
server
{
listen
80
default_server
;
listen
80
default_server
;
listen
[::]:
80
default_server
;
listen
[::]:
80
default_server
;
set
$
public
/
Users
/
hotelia
/
nodejs
/
atlasvoyages
.
com
/
apps
/
atlas
-
voyages
/
public
;
set
$
public
/
atlasvoyages
/
apps
/
atlas
-
voyages
/
public
;
#access_log /Users/hotelia/atlasvoyages/pine-server-old/logs/atlas-voyages.access.log;
#access_log /Users/hotelia/atlasvoyages/pine-server-old/logs/atlas-voyages.access.log;
...
...
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