Skip to content

Commit

Permalink
dcp: up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Jun 26, 2024
1 parent 1ff67db commit 3415536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: '2.4'
services:
alpine:
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-alpine
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-alpine-3.19
restart: unless-stopped
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v '+ +++ ' && exit 1 || exit 0 "]
Expand All @@ -27,7 +27,7 @@ services:
- /opt:/opt

ubuntu:
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-ubuntu
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-ubuntu-focal #jammy noble
restart: unless-stopped
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v '+ +++ ' && exit 1 || exit 0 "]
Expand All @@ -48,7 +48,7 @@ services:
- /opt:/opt

opensuse:
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-opensuse
image: ${REPO:-}infrastlabs/x11-base:${TYPE}-opensuse-15.5
restart: unless-stopped
healthcheck:
test: ["CMD", "bash", "-c", "sv status |grep -v '+ +++ ' && exit 1 || exit 0 "]
Expand Down

0 comments on commit 3415536

Please sign in to comment.