Fix docker-compose image paths

This commit is contained in:
Jan Speller 2022-05-21 17:08:12 +02:00
parent 17e761d5cb
commit 3be1c11100

View file

@ -1,12 +1,13 @@
version: '3'
services:
client:
image: docker.pkg.github.com/janspeller/bw3-core/client:latest
image: ghcr.io/janspeller/bw3-core/client:latest
volumes:
- ./config:/opt/boswatch/config
- ./log:/opt/boswatch/log
devices:
- "/dev/bus/usb"
server:
image: docker.pkg.github.com/janspeller/bw3-core/server:latest
image: ghcr.io/janspeller/bw3-core/server:latest
volumes:
- ./config:/opt/boswatch/config