a nice production stack on my laptop for my personal velociy system
This commit is contained in:
9
released-to-production/easy-gate/docker-compose.yml
Normal file
9
released-to-production/easy-gate/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
easy-gate:
|
||||
image: r7wx/easy-gate:latest
|
||||
container_name: reachableceo-easy-gate
|
||||
restart: always
|
||||
ports:
|
||||
- 2005:8080
|
||||
volumes:
|
||||
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
Reference in New Issue
Block a user