Add apptabulous website

Fixup reverse-proxy conf
The server_name is sensitive to where in the block it is defined

Signed-off-by: Matt Spencer matthew@thespencers.me.uk
This commit is contained in:
2025-02-28 11:34:56 +00:00
parent 788a7f1e5a
commit 76da1f2b6d
2 changed files with 35 additions and 8 deletions

View File

@@ -83,7 +83,7 @@
username: "{{ secrets.GITHUB_ACTOR }}"
password: "{{ secrets.GITHUB_TOKEN }}"
- name: Start website
- name: Start m5p3nc3r website
community.docker.docker_container:
name: website
image: ghcr.io/m5p3nc3r/website:main
@@ -94,6 +94,15 @@
- "3000:3000"
state: started
- name: Start Apptabulous website
community.docker.docker_container:
name: apptabulous_website
image: ghcr.io/m5p3nc3r/apptabulous_website:main
restart_policy: always
ports:
- "3001:3000"
state: started
- name: Start watchtower
community.docker.docker_container:
name: watchtower