Files
gitignore.io/docker-compose-dev.yml
Ming Chen 67b534c7e3 Migrate to Toptal (#494)
* Migrate to Toptal

* updated repository urls

* synced the submodule for templates
2020-06-08 17:40:06 +08:00

19 lines
376 B
YAML

# This serves ONLY local testing purposes!
version: "3.5"
services:
app:
image: gitignore-io:latest
build:
context: ./
dockerfile: Dockerfile
environment:
HOST_ORIGIN:
BASE_PREFIX:
GOOGLE_ANALYTICS_UID:
volumes:
- ./Public:/app/Public
- ./Resources:/app/Resources
ports:
- 8080:8080
command: vapor run