Skip to content

Commit

Permalink
updating manual
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusWb committed Nov 6, 2023
1 parent 47351ec commit 3e92e20
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file modified Bedienungsanleitung.docx
Binary file not shown.
1 change: 1 addition & 0 deletions create-dist.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
mkdir dist\eehbv\db
copy Installation.pdf dist\eehbv\
copy Bedienungsanleitung.pdf dist\eehbv\
copy docker-compose.hub.yml dist\eehbv\docker-compose.yml
copy .env.template dist\eehbv\.env
copy eehbv_proto.sql dist\eehbv\db\init.sql
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
PMA_HOST: mariadb

api:
image: saw-leipzig/eehbv-api
image: sawleipzig/eehbv-api
ports:
- '5000:5000'
networks:
Expand All @@ -33,7 +33,7 @@ services:
env_file: .env

frontend:
image: saw-leipzig/eehbv-frontend
image: sawleipzig/eehbv-frontend
ports:
- '80:8080'
networks:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
PMA_HOST: mariadb

api:
image: markuswb/eehbv-api
image: sawleipzig/eehbv-api
ports:
- '5000:5000'
networks:
Expand All @@ -34,7 +34,7 @@ services:
env_file: .env

frontend:
image: markuswb/eehbv-frontend
image: sawleipzig/eehbv-frontend
ports:
- '80:8080'
networks:
Expand Down

0 comments on commit 3e92e20

Please sign in to comment.