copy all the configs.
This commit is contained in:
parent
b4ea70c534
commit
fca2ae5c60
|
@ -1,7 +1,7 @@
|
|||
FROM debian:latest
|
||||
MAINTAINER Kameron Kenny <kkenny379@gmail.com>
|
||||
|
||||
LABEL version="20240619.1.3"
|
||||
LABEL version="20240619.1.4"
|
||||
LABEL description="Debian Based syslog-ng"
|
||||
|
||||
RUN apt-get update
|
||||
|
@ -10,7 +10,7 @@ RUN apt-get -y install procps vim
|
|||
RUN apt-get -y install syslog-ng syslog-ng-core syslog-ng-mod-add-contextual-data syslog-ng-mod-amqp syslog-ng-mod-geoip2 syslog-ng-mod-getent syslog-ng-mod-http syslog-ng-mod-journal syslog-ng-mod-map-value-pairs syslog-ng-mod-slog syslog-ng-mod-smtp syslog-ng-mod-snmp syslog-ng-mod-tag-parser syslog-ng-mod-xml-parser syslog-ng-scl
|
||||
|
||||
RUN mkdir /config
|
||||
COPY config/syslog-ng.conf /config/syslog-ng.conf
|
||||
COPY config /config
|
||||
|
||||
RUN mkdir -p /config/GeoIP
|
||||
COPY data/GeoIP/GeoLite2-City.mmdb /config/GeoIP/GeoLite2-City.mmdb
|
||||
|
|
|
@ -10,7 +10,7 @@ services:
|
|||
syslog-ng:
|
||||
build:
|
||||
dockerfile: Dockerfile
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240619.1.3
|
||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/syslog-ng:240619.1.4
|
||||
container_name: syslog-ng
|
||||
#environment:
|
||||
#- TZ:America/Indianapolis
|
||||
|
|
Loading…
Reference in New Issue