chore: add docker-compose.yml

This commit is contained in:
peaceiris 2020-07-17 16:21:18 +09:00
parent 71327d4646
commit f6d0e78500
No known key found for this signature in database
GPG key ID: 5868468A8EBA64EC
2 changed files with 17 additions and 2 deletions

16
docker-compose.yml Normal file
View file

@ -0,0 +1,16 @@
version: '3.2'
services:
dev:
image: 'docker.pkg.github.com/peaceiris/actions-hugo/dev:latest'
build:
context: .
# cache_from:
# - 'docker.pkg.github.com/peaceiris/actions-hugo/dev:latest'
container_name: peaceiris_actions_hugo_dev_latest
volumes:
- ${PWD}:/repo
stdin_open: true
tty: true
command:
- bash