ZSH Config: add Angular CLI setup

This commit is contained in:
Aroy-Art 2025-06-01 23:41:55 +02:00
parent d0172e0dfe
commit 6205961769
Signed by: Aroy
GPG key ID: 583642324A1D2070
4 changed files with 13 additions and 19 deletions

View file

@ -7,3 +7,8 @@ eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
################################
################################
#-------- Angular CLI ---------#
# Load autocompletion.
source <(ng completion script)
################################

View file

@ -1,13 +1,5 @@
name: AURCache-Stack
networks:
default:
ipam:
driver: default
config:
- subnet: 172.22.16.0/24
gateway: 172.22.16.1
services:
main:
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
@ -23,6 +15,8 @@ services:
- DB_PWD=${DB_PASSWORD:-password}
- DB_HOST=dbhost
- CPU_LIMIT=${CPU_LIMIT:-0}
networks:
aurcache_network:
restart: unless-stopped
database:
@ -34,6 +28,10 @@ services:
- POSTGRES_USER=aurcache
restart: unless-stopped
networks:
default:
aurcache_network:
aliases:
- "dbhost"
networks:
aurcache_network:
driver: bridge

View file

@ -7,7 +7,7 @@ networks:
default:
name: monitoring_net
driver: bridge
external: false
external: true
ipam:
config:
- subnet: 172.22.2.0/24

View file

@ -1,13 +1,4 @@
name: portainer
networks:
default:
ipam:
driver: default
config:
- subnet: 172.22.18.0/24
gateway: 172.22.18.1
services:
portainer-ce:
ports: