Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itfl-service-public
kix-referenz-installation
Commits
50654c0c
Commit
50654c0c
authored
Mar 21, 2017
by
Your Name
Browse files
-
parent
584480e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
50654c0c
## repo clonen
```
git clone git@gitlab.rz.uni-bamberg.de:itfl-service-public/kix-referenz-installation.git
```
## IP / Port anpassen / Prüfen
in docker-compose.yml
## pubkeys hinterlegen (optional)
Container startet ssh-server
Pubkeys sind in docker/authorized_keys2
## docker-compose installiert ?
aktuelle Version installieren wenn nicht vorhanden.
z.B. für Ubuntu https://gitlab.rz.uni-bamberg.de/itfl-service-public/misc/raw/master/docker/install
## einschalten
```
#im Verzeichnis wo docker-compose.yml liegt
#einschalten
docker-compose up -d
```
\ No newline at end of file
docker-compose.yml
View file @
50654c0c
...
...
@@ -19,10 +19,16 @@ services:
-
443
ports
:
# syntax to specify IP "141.13.240.24:80:80"
# map ssh port to 220 if already used
-
"
141.13.240.124:2214:22"
-
"
141.13.240.124:8014:80"
-
"
141.13.240.124:4414:443"
# Bsp für localhost wenn die Ports 80 und 443 frei sind
-
"
220:22"
-
"
80:80"
-
"
443"
#Bsp für Server / fest IP
#- "141.13.240.24:2214:22"
#- "141.13.240.24:8014:80"
#- "141.13.240.24:4414:443"
networks
:
-
backend
volumes
:
...
...
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