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 224B

1234567891011121314
  1. ---
  2. version: '2'
  3. services:
  4. hugo:
  5. build:
  6. context: .
  7. args:
  8. baseurl: https://dev.chameth.com/
  9. restart: always
  10. labels:
  11. com.chameth.vhost: 'dev.chameth.com'
  12. com.chameth.proxy: '80'