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

13 lines
230 B
YAML
Raw Normal View History

2024-02-20 09:59:52 +00:00
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"