Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
TelcoDB
Web Frontend
Commits
8713bb68
Commit
8713bb68
authored
Oct 22, 2019
by
Elias Ojala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Traefik
parent
8b6bf792
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
docker-compose.yml
docker-compose.yml
+5
-6
update.sh
update.sh
+1
-1
No files found.
docker-compose.yml
View file @
8713bb68
...
@@ -6,12 +6,11 @@ services:
...
@@ -6,12 +6,11 @@ services:
build
:
"
."
build
:
"
."
ports
:
ports
:
-
"
10.250.11.21:64445:80/tcp"
-
"
10.250.11.21:64445:80/tcp"
# labels:
labels
:
# - "traefik.enable=true"
-
"
traefik.enable=true"
# - "traefik.backend=telcodb-web"
-
"
traefik.docker.network=web"
# - "traefik.docker.network=web"
-
"
traefik.frontend.rule=Host:telcodb.net"
# - "traefik.frontend.rule=Host:telcodb.net"
-
"
traefik.port=80"
# - "traefik.port=3000"
networks
:
networks
:
-
web
-
web
...
...
update.sh
View file @
8713bb68
sudo
-u
user git pull
&&
docker-compose build
&&
docker-compose up
-d
sudo
-u
user git pull
&&
docker-compose build
&&
docker-compose
down
&&
docker-compose
up
-d
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