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 -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
################################
|
################################
|
||||||
|
|
||||||
|
################################
|
||||||
|
#-------- Angular CLI ---------#
|
||||||
|
# Load autocompletion.
|
||||||
|
source <(ng completion script)
|
||||||
|
################################
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
name: AURCache-Stack
|
name: AURCache-Stack
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
ipam:
|
|
||||||
driver: default
|
|
||||||
config:
|
|
||||||
- subnet: 172.22.16.0/24
|
|
||||||
gateway: 172.22.16.1
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
main:
|
main:
|
||||||
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
image: ghcr.io/lukas-heiligenbrunner/aurcache:v0.3.1
|
||||||
|
@ -23,6 +15,8 @@ services:
|
||||||
- DB_PWD=${DB_PASSWORD:-password}
|
- DB_PWD=${DB_PASSWORD:-password}
|
||||||
- DB_HOST=dbhost
|
- DB_HOST=dbhost
|
||||||
- CPU_LIMIT=${CPU_LIMIT:-0}
|
- CPU_LIMIT=${CPU_LIMIT:-0}
|
||||||
|
networks:
|
||||||
|
aurcache_network:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
database:
|
database:
|
||||||
|
@ -34,6 +28,10 @@ services:
|
||||||
- POSTGRES_USER=aurcache
|
- POSTGRES_USER=aurcache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
default:
|
aurcache_network:
|
||||||
aliases:
|
aliases:
|
||||||
- "dbhost"
|
- "dbhost"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
aurcache_network:
|
||||||
|
driver: bridge
|
||||||
|
|
|
@ -7,7 +7,7 @@ networks:
|
||||||
default:
|
default:
|
||||||
name: monitoring_net
|
name: monitoring_net
|
||||||
driver: bridge
|
driver: bridge
|
||||||
external: false
|
external: true
|
||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 172.22.2.0/24
|
- subnet: 172.22.2.0/24
|
||||||
|
|
|
@ -1,13 +1,4 @@
|
||||||
name: portainer
|
name: portainer
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
ipam:
|
|
||||||
driver: default
|
|
||||||
config:
|
|
||||||
- subnet: 172.22.18.0/24
|
|
||||||
gateway: 172.22.18.1
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
portainer-ce:
|
portainer-ce:
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue