Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
services:
|
||||
chesco-site:
|
||||
image: chesco-site:latest
|
||||
container_name: chesco-site
|
||||
restart: always
|
||||
ports:
|
||||
- "8081:80"
|
||||
# If you ever want to see logs or add custom configs,
|
||||
# they will be managed here.
|
||||
Reference in New Issue
Block a user