ZSH Config: add Angular CLI setup
This commit is contained in:
parent
d0172e0dfe
commit
6205961769
4 changed files with 13 additions and 19 deletions
|
@ -7,3 +7,8 @@ eval "$(pyenv init -)"
|
|||
eval "$(pyenv virtualenv-init -)"
|
||||
################################
|
||||
|
||||
################################
|
||||
#-------- Angular CLI ---------#
|
||||
# Load autocompletion.
|
||||
source <(ng completion script)
|
||||
################################
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ networks:
|
|||
default:
|
||||
name: monitoring_net
|
||||
driver: bridge
|
||||
external: false
|
||||
external: true
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.22.2.0/24
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue