Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
4141ae51
Commit
4141ae51
authored
Jun 19, 2017
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docker-compose
parent
29095a86
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
forms.py
apps/applications/forms.py
+0
-1
docker-compose.yml
docker-compose.yml
+3
-3
No files found.
apps/applications/forms.py
View file @
4141ae51
...
...
@@ -2,7 +2,6 @@
#
from
django
import
forms
from
django.utils.translation
import
ungettext_lazy
as
_
from
.models
import
Terminal
...
...
docker-compose.yml
View file @
4141ae51
...
...
@@ -5,7 +5,7 @@ services:
container_name
:
redis
restart
:
always
jumpserver
:
image
:
jumpserver/jumpserver:
v0.4.0-beta1
image
:
jumpserver/jumpserver:
beta
container_name
:
jumpserver
restart
:
always
ports
:
...
...
@@ -13,7 +13,7 @@ services:
depends_on
:
-
redis
coco
:
image
:
jumpserver/coco:
v0.4.0-beta1
image
:
jumpserver/coco:
beta
container_name
:
coco
restart
:
always
ports
:
...
...
@@ -21,7 +21,7 @@ services:
depends_on
:
-
jumpserver
luna
:
image
:
jumpserver/luna:
v0.4.0-beta1
image
:
jumpserver/luna:
beta
container_name
:
luna
restart
:
always
ports
:
...
...
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