build: add major version tag for docker images

This commit is contained in:
dumbmoron
2023-12-02 16:59:37 +00:00
parent 83d82f5da9
commit 08edf28ccf
2 changed files with 13 additions and 11 deletions

View File

@ -2,7 +2,7 @@ version: '3.5'
services:
cobalt-api:
image: ghcr.io/wukko/cobalt:latest
image: ghcr.io/wukko/cobalt:7
restart: unless-stopped
container_name: cobalt-api
@ -32,7 +32,7 @@ services:
#- ./cookies.json:/cookies.json
cobalt-web:
image: ghcr.io/wukko/cobalt:latest
image: ghcr.io/wukko/cobalt:7
restart: unless-stopped
container_name: cobalt-web
@ -61,4 +61,4 @@ services:
restart: unless-stopped
command: --cleanup --scope cobalt --interval 900
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/run/docker.sock:/var/run/docker.sock