Directly reference GHCR to avoid double-build times.

This commit is contained in:
Buster Neece 2023-01-13 12:58:25 -06:00
parent 5cc6a36220
commit 4ebf685160
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
services:
installer:
container_name: azuracast_installer
image: 'azuracast.docker.scarf.sh/azuracast/azuracast:${AZURACAST_VERSION:-latest}'
image: 'ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}'
volumes:
- './:/installer'
restart: 'no'

View File

@ -13,7 +13,7 @@
services:
web:
container_name: azuracast
image: "azuracast.docker.scarf.sh/azuracast/azuracast:${AZURACAST_VERSION:-latest}"
image: "ghcr.io/azuracast/azuracast:${AZURACAST_VERSION:-latest}"
labels:
- "com.centurylinklabs.watchtower.scope=azuracast"
# Want to customize the HTTP/S ports? Follow the instructions here: