Skip to content
Commits on Source (5)
......@@ -16,4 +16,4 @@
branch = release-10.7.z
[submodule "gitlab/alpine-code-server"]
path = gitlab/alpine-code-server
url = git@github.com:jmarcet/alpine-code-server.git
url = ssh://git@gitlab.marcet.info:55055/javier/alpine-code-server.git
Subproject commit 5a85525f58c6f13131344103c73dd1687e362924
Subproject commit 0624701485892c5ab83147a4cd58e08d86894db1
......@@ -53,11 +53,27 @@ services:
mem_limit: 6gb
memswap_limit: 6gb
healthcheck:
test: nc -zv 10.137.10.2 80
test: netstat -nltap | grep -q 'ESTABLISHED ./gitlab-runner'
interval: 30s
timeout: 5s
retries: 3
blackd:
image: pyfound/black:latest_release
container_name: blackd
restart: ${RESTART_POLICY}
command: blackd --bind-host 0.0.0.0 --bind-port 80
mac_address: ${MAC_BLACKD}
labels:
org.label-schema.group: "monitored"
ports:
- '${LAN_IP}:8000:80'
volumes:
- /etc/localtime:/etc/localtime:ro
cpus: 1
mem_limit: 256mb
memswap_limit: 256mb
code-server:
container_name: code-server
build: ./alpine-code-server
......
Subproject commit cb6e6879e27d7fadc788295f0524d69b3a42c02c
Subproject commit d342b79218b06c2f2cd51bc1ddd08b7fc377c62c