feat: added docker-compose

This commit is contained in:
David Janowski 2024-02-20 10:59:52 +01:00
parent 37fc8a74df
commit b3aab9b004

View File

@ -0,0 +1,12 @@
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"