We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b8da4 commit cc4e1e4Copy full SHA for cc4e1e4
docker-compose.yml
@@ -1,5 +1,3 @@
1
-version: "3.9"
2
-
3
services:
4
site:
5
build: .
@@ -12,12 +10,7 @@ services:
12
10
restart: unless-stopped
13
11
14
blog:
15
- build:
16
- context: ../blog
17
- dockerfile: Dockerfile
18
- args:
19
- BLOG_BASEURL: /blog/
20
- image: devsh-blog
+ image: ${BLOG_IMAGE:-ghcr.io/devsh-graphics-programming/blog:latest}
21
read_only: true
22
tmpfs:
23
- /tmp
0 commit comments