add static site

This commit is contained in:
2026-09-02 09:52:50 +02:00
parent a9f4c726f9
commit f4ad284e26
6 changed files with 215 additions and 0 deletions
+10
View File
@@ -63,6 +63,16 @@ services:
- wordpress
restart: always
static_site:
build: ./requirements/static_site
image: static_site:inception
container_name: static_site
networks:
- inception
ports:
- "8080:80"
restart: always
networks:
inception:
driver: bridge