1
0
Fork 0

TEMP COMMIT

This commit is contained in:
Pratham Patel 2022-07-19 20:52:36 +05:30
parent e9961422e4
commit 0e837fd674
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,16 @@
version: 3
services:
server:
image: klakegg/hugo:alpine
container_name: hugo-thefossguy-blog
restart: always
command: server
ports:
- 8081:1313
volumes:
- /trayimurti/containers/volumes/hugo/thefossguy-blog:/src
environment:
- TZ=Asia/Kolkata
security_opt:
- label=disable

View File

@ -0,0 +1,16 @@
version: 3
services:
server:
image: klakegg/hugo:alpine
container_name: hugo-thefossguy-machines
restart: always
command: server
ports:
- 8082:1313
volumes:
- /trayimurti/containers/volumes/hugo/thefossguy-machines:/src
environment:
- TZ=Asia/Kolkata
security_opt:
- label=disable