Merge branch 'submodules' into 'main'

Submodules

See merge request htwkmooc/codecontender!1
This commit is contained in:
Christoph Walther
2024-09-20 08:12:25 +00:00
6 changed files with 56 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vscode
.idea

9
.gitmodules vendored Normal file
View File

@ -0,0 +1,9 @@
[submodule "codeocean"]
path = codeocean
url = https://htwkmooc@gitlab.dit.htwk-leipzig.de/htwkmooc/codeocean.git
[submodule "poseidon"]
path = poseidon
url = https://htwkmooc@gitlab.dit.htwk-leipzig.de/htwkmooc/poseidon.git
[submodule "polyphem"]
path = polyphem
url = https://gitlab.dit.htwk-leipzig.de/htwkmooc/polyphem.git

1
codeocean Submodule

Submodule codeocean added at 3895537f4f

42
docker-compose.yml Normal file
View File

@ -0,0 +1,42 @@
networks:
codeocean:
driver: bridge
external: false
services:
codeocean-db:
extends:
file: codeocean/docker-compose.yml
service: codeocean-db
networks:
- codeocean
codeocean:
extends:
file: codeocean/docker-compose.yml
service: codeocean
environment:
POSEIDON_HOST: poseidon:7200
networks:
- codeocean
prometheus:
extends:
file: codeocean/docker-compose.yml
service: prometheus
networks:
- codeocean
nginx:
extends:
file: codeocean/docker-compose.yml
service: nginx
networks:
- codeocean
poseidon:
extends:
file: poseidon/docker-compose.yml
service: poseidon
networks:
- codeocean
volumes:
db_data:
config:

1
polyphem Submodule

Submodule polyphem added at 254460d64c

1
poseidon Submodule

Submodule poseidon added at f9a6ba8f1c