This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
plug-sdk/deployment/docker-compose.yaml
2024-02-20 10:59:52 +01:00

13 lines
230 B
YAML

version: '3.7'
services:
plug:
image: anthrove/plug-[PLUG_NAME]:latest
build:
context: ../.
dockerfile: build/package/Dockerfile
env_file: plug.env
restart: on-failure
ports:
- "8080:8080"