mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
19 lines
376 B
YAML
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
|