Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
eaf48cc6
Commit
eaf48cc6
authored
Mar 27, 2017
by
Christophe Angeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct typo
parent
8b43ef8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
README.md
README.md
+2
-2
docker-compose.yml
docker-compose.yml
+6
-2
No files found.
README.md
View file @
eaf48cc6
...
@@ -9,7 +9,7 @@ docker-compose.yml
...
@@ -9,7 +9,7 @@ docker-compose.yml
version: '2'
version: '2'
services:
services:
restyaboard:
restyaboard:
image: cangeli/
restyaboard:4.0
.2
image: cangeli/
docker-restyaboard:0.4
.2
ports:
ports:
- 1234:80
- 1234:80
volumes:
volumes:
...
@@ -25,7 +25,7 @@ services:
...
@@ -25,7 +25,7 @@ services:
postgres:
postgres:
image: postgres:9.6
image: postgres:9.6
ports:
ports:
-
"5432:5432"
-
5432:5432
environment:
environment:
- POSTGRES_HOST=postgres
- POSTGRES_HOST=postgres
- POSTGRES_USER=admin
- POSTGRES_USER=admin
...
...
docker-compose.yml
View file @
eaf48cc6
...
@@ -4,7 +4,6 @@ services:
...
@@ -4,7 +4,6 @@ services:
restyaboard
:
restyaboard
:
build
:
.
build
:
.
image
:
restyaboard:4.0.2
ports
:
ports
:
-
1234:80
-
1234:80
volumes
:
volumes
:
...
@@ -14,6 +13,11 @@ services:
...
@@ -14,6 +13,11 @@ services:
-
POSTGRES_USER=admin
-
POSTGRES_USER=admin
-
POSTGRES_PASSWORD=admin
-
POSTGRES_PASSWORD=admin
-
POSTGRES_DB=restyaboard
-
POSTGRES_DB=restyaboard
-
SMTP_DOMAIN=domain
-
SMTP_USERNAME=user
-
SMTP_PASSWORD=pass
-
SMTP_SERVER=server
-
SMTP_PORT=465
depends_on
:
depends_on
:
-
postgres
-
postgres
networks
:
networks
:
...
@@ -23,7 +27,7 @@ services:
...
@@ -23,7 +27,7 @@ services:
postgres
:
postgres
:
image
:
postgres:9.6
image
:
postgres:9.6
ports
:
ports
:
-
"
5432:5432"
-
5432:5432
environment
:
environment
:
-
POSTGRES_HOST=postgres
-
POSTGRES_HOST=postgres
-
POSTGRES_USER=admin
-
POSTGRES_USER=admin
...
...
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