mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-12-14 23:39:19 +01:00
WIP
This commit is contained in:
@ -4,14 +4,6 @@ services:
|
||||
blog:
|
||||
container_name: personal-blog
|
||||
build:
|
||||
context: "."
|
||||
context: ./personal-page
|
||||
args:
|
||||
HUGO_ENV_ARG: "production"
|
||||
HUGO_CMD: "-s /src/personal-page"
|
||||
|
||||
client:
|
||||
image: nginx
|
||||
ports:
|
||||
- 8000:80
|
||||
volumes:
|
||||
- ./src:/usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user