Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
3f5ee199
Commit
3f5ee199
authored
Jan 28, 2020
by
benedikt.kroening
Browse files
Set specific docker image version
parent
389a661c
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.singlenode.yml
View file @
3f5ee199
...
...
@@ -38,7 +38,7 @@ services:
build
:
context
:
.
dockerfile
:
docker/singlenode/Dockerfile
image
:
singlenode:
latest
image
:
singlenode:
7.10.3
env_file
:
docker/singlenode/config
depends_on
:
-
database
...
...
@@ -88,13 +88,3 @@ networks:
ipam
:
config
:
-
subnet
:
172.30.0.0/16
#test-container:
# image: 'gitlab.open-xchange.com:4567/docker/infrastructure/testing-codecept:ox-installer'
#env_file: config
# volumes:
#- "${PWD}/.runtime/test-results/codeceptjs:/opt/open-xchange/tests/results/codeceptjs"
#- "${PWD}/.runtime/test-results/postman:/opt/open-xchange/tests/results/postman"
#networks:
#- internal-net
#entrypoint: /opt/open-xchange/tests/ox_installer.sh
\ No newline at end of file
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