Skip to content

Commit

Permalink
[MOD] docker-compose-jenkins.yml to use harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Jul 25, 2024
1 parent 3c5e0b2 commit ad97b70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ libreoffice: ## Start a LibreOffice server on port 2002
.PHONY: start-libreoffice
start-libreoffice: ## Start a LibreOffice server on port 2002
make stop-libreoffice
docker run --rm -p 127.0.0.1:2002:2002 -u 0:0 -v /tmp:/tmp/ --name="oo_server" -d imiobe/libreoffice:7.3 soffice '--accept=socket,host=0.0.0.0,port=2002;urp;StarOffice.ServiceManager' --nologo --headless --nofirststartwizard --norestore
docker run --rm -p 127.0.0.1:2002:2002 -u 0:0 -v /tmp:/tmp/ --name="oo_server" -d harbor.imio.be/common/libreoffice:7.3 soffice '--accept=socket,host=0.0.0.0,port=2002;urp;StarOffice.ServiceManager' --nologo --headless --nofirststartwizard --norestore

.PHONY: stop-libreoffice
stop-libreoffice: ## Kills the LibreOffice server
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose-jenkins.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.4"
services:
loffice:
image: imiobe/libreoffice:7.3
image: harbor.imio.be/common/libreoffice:7.3
command: soffice --headless --nodefault --accept="socket,host=loffice,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager"
expose:
- "2002"
Expand All @@ -18,7 +18,7 @@ services:
mem_swappiness: 0

instance:
image: imiobe/iadelib:dev
image: harbor.imio.be/delib/iadelib:dev
command: bin/testmc -t testAdvice
depends_on:
- loffice
Expand Down

0 comments on commit ad97b70

Please sign in to comment.