dockerize
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
ip-info:
|
||||
build: .
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- GIN_TRUSTED_PROXY_IP=127.0.0.1
|
||||
Reference in New Issue
Block a user