Skip to content

Commit

Permalink
add firerpa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rev1si0n committed Jul 18, 2024
1 parent 2f315bf commit 8a94afd
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tools/firerpa.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3"
# docker run -d --name firerpa --privileged -v ~/firerpa:/user -e LICENSE= -e DOMAIN=firerpa.local -e WEB_PORT=8000 -e API_PORT=65000 -p 8000:8000 -p 65000:65000 --restart always registry.device-farm.com/firerpa/server:latest
services:
firerpa:
container_name: firerpa
image: registry.device-farm.com/firerpa/server:latest
privileged: true
volumes:
- ~/firerpa:/user
environment:
- LICENSE=
- DOMAIN=firerpa.local
- WEB_PORT=8000
- API_PORT=65000
ports:
- 8000:8000
- 65000:65000
restart: always

0 comments on commit 8a94afd

Please sign in to comment.