add static site
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user