Format docker compose files

This commit is contained in:
Marko Korhonen 2024-11-04 10:29:08 +02:00
parent 037967efd7
commit 393ceb36a9
4 changed files with 4 additions and 4 deletions

View file

@ -65,7 +65,7 @@ services:
- .env - .env
environment: environment:
GEOIPUPDATE_EDITION_IDS: GeoLite2-City GEOIPUPDATE_EDITION_IDS: GeoLite2-City
GEOIPUPDATE_FREQUENCY: "8" GEOIPUPDATE_FREQUENCY: '8'
whoami-test: whoami-test:
image: traefik/whoami image: traefik/whoami
container_name: whoami-test container_name: whoami-test

View file

@ -14,7 +14,7 @@ services:
- postgres - postgres
- proxy - proxy
ports: ports:
- "2882:22" - '2882:22'
volumes: volumes:
- data:/data - data:/data
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro

View file

@ -23,7 +23,7 @@ services:
driver: json-file driver: json-file
options: options:
max-size: 1m max-size: 1m
max-file: "1" max-file: '1'
redis: redis:
container_name: redis-searx container_name: redis-searx
image: redis:alpine image: redis:alpine

View file

@ -13,7 +13,7 @@ services:
logging: logging:
options: options:
max-size: 10m max-size: 10m
max-file: "10" max-file: '10'
networks: networks:
postgres: postgres:
external: true external: true