Simple docker compose and setting up git.shocrah.xyz domain
This commit is contained in:
parent
d410112831
commit
8b143f6be0
@ -37,6 +37,7 @@ locals {
|
|||||||
{ name = "www.shockrah.xyz", records = [ var.vultr_host ] },
|
{ name = "www.shockrah.xyz", records = [ var.vultr_host ] },
|
||||||
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
|
{ name = "resume.shockrah.xyz", records = [ var.vultr_host ] },
|
||||||
{ name = "immich.shockrah.xyz", records = [ "45.32.92.196" ] },
|
{ name = "immich.shockrah.xyz", records = [ "45.32.92.196" ] },
|
||||||
|
{ name = "git.shockrah.xyz", records = [ var.vultr_host ] },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
vars:
|
vars:
|
||||||
websites:
|
websites:
|
||||||
- shockrah.xyz
|
- shockrah.xyz
|
||||||
|
- git.shockrah.xyz
|
||||||
- temper.tv
|
- temper.tv
|
||||||
- resume.shockrah.xyz
|
- resume.shockrah.xyz
|
||||||
tasks:
|
tasks:
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
- hosts: webhost
|
||||||
|
remote_user: webadmin
|
||||||
|
tasks:
|
||||||
|
- name: Run docker-compose up
|
||||||
|
community.docker.docker_compose_v2:
|
||||||
|
project_src: ../../../containers/
|
Loading…
Reference in New Issue
Block a user