My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.dev.yml 354B

123456789101112131415161718192021
  1. ---
  2. version: '2'
  3. services:
  4. hugo:
  5. build: .
  6. restart: always
  7. labels:
  8. com.chameth.vhost: 'dev.chameth.com'
  9. com.chameth.proxy: '1313'
  10. command:
  11. - hugo
  12. - server
  13. - --bind=0.0.0.0
  14. - --port=1313
  15. - --baseURL=https://dev.chameth.com/
  16. - --appendPort=false
  17. - --disableLiveReload
  18. - --log