Первый выпуск
This commit is contained in:
22
docker-compose.yml
Normal file
22
docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
whois-geoip-web:
|
||||
image: $IMAGE_PATH/whois-geoip-web:$RELEASE_VERSION
|
||||
container_name: whois-geoip-web
|
||||
environment:
|
||||
- MMDB_URL=${MMDB_URL:-localhost}
|
||||
- MMDB_LOCAL_PATH=${MMDB_LOCAL_PATH:-/usr/local/share/geoip/db}
|
||||
- HTML_TEMPLATE_PATH=${HTML_TEMPLATE_PATH:-/usr/local/share/geoip/templates}
|
||||
- LISTEN_PORT=${LISTEN_PORT:-8181}
|
||||
- TZ=Europe/Moscow
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
logging:
|
||||
# driver: "syslog"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
networks:
|
||||
- default
|
||||
Reference in New Issue
Block a user