add docker-compose.yaml

This commit is contained in:
lamacchinadesiderante 2024-04-27 20:44:23 +02:00
parent 6112de5e99
commit 54864a1edf
1 changed files with 14 additions and 0 deletions

14
docker-compose.yaml Normal file
View File

@ -0,0 +1,14 @@
version: '3.8'
services:
proxyraye:
# image: lamacchinadesiderante/proxyraye:latest
restart: always
build: .
ports:
- "8069:3000"