Files
gruperly-web/docker-compose.yml

11 lines
249 B
YAML

services:
landing-page:
build:
context: .
dockerfile: Dockerfile
args:
ELEVENTY_ENV: ${ELEVENTY_ENV:-prod}
image: gruperly-landing-page:latest
container_name: gruperly-landing-page
restart: unless-stopped