Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am michalsarna on github.
  • I am michalsarna (https://keybase.io/michalsarna) on keybase.
  • I have a public key whose fingerprint is 5233 06C6 C700 1EFF D45A E579 5FE7 7173 6979 2C9B

To claim this, I am signing this object:

#!/usr/local/bin/bash
red='\E[31;m'
green='\E[32;m'
blue='\E[34;m'
ARG_COUNT=$#
INSTALL_APPS='screen htop iftop mc tree git vim'
if [ $ARG_COUNT == 1 ]; then
## This file is to rebuild zabbix-server
ARG ZABBIX_SERVER_IMAGE
FROM ${ZABBIX_SERVER_IMAGE}
USER root
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Warsaw
RUN apt-get update &&\
#
# To jest linia komentarza
#
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ENV TZ=Europe/Warsaw
RUN useradd -ms /bin/bash newuser
@michalsarna
michalsarna / compose.yml
Last active September 30, 2025 13:11
T4
version: "3"
services:
apache:
image: "192.168.56.101:5000/sages/apache:1"
ports:
- "8080:80"
deploy:
replicas: 4
update_config: