good practice for production :)
This commit is contained in:
10
upstream/easy-gate/docker-compose.yml
Normal file
10
upstream/easy-gate/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
easy-gate:
|
||||
image: r7wx/easy-gate:latest
|
||||
build: .
|
||||
container_name: easy-gate
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes:
|
||||
- ./easy-gate.json:/etc/easy-gate/easy-gate.json
|
Reference in New Issue
Block a user