Skip to content

Commit cc4e1e4

Browse files
committed
Point blog service to external image
1 parent 09b8da4 commit cc4e1e4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: "3.9"
2-
31
services:
42
site:
53
build: .
@@ -12,12 +10,7 @@ services:
1210
restart: unless-stopped
1311

1412
blog:
15-
build:
16-
context: ../blog
17-
dockerfile: Dockerfile
18-
args:
19-
BLOG_BASEURL: /blog/
20-
image: devsh-blog
13+
image: ${BLOG_IMAGE:-ghcr.io/devsh-graphics-programming/blog:latest}
2114
read_only: true
2215
tmpfs:
2316
- /tmp

0 commit comments

Comments
 (0)