📦 build(meowfacts): switch to pre-built docker image
- replace local docker build with pre-built image from ghcr.io - simplify docker-compose configuration by removing build arguments
This commit is contained in:
parent
db96787676
commit
15b405cfbc
|
|
@ -1,10 +1,6 @@
|
||||||
services:
|
services:
|
||||||
meowfacts:
|
meowfacts:
|
||||||
build:
|
image: ghcr.io/pooneyy/meowfacts:latest
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
args:
|
|
||||||
IMAGE_TAG: latest
|
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue