Docker and Docker compose
All checks were successful
Build and deploy website / build (push) Successful in 3m26s

Updated dependencies

Updated workflow to use docker compose

Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
2024-10-12 19:07:55 +02:00
parent 740cba625d
commit b8e77b2a54
7 changed files with 753 additions and 661 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
web:
restart: always
build:
context: .
dockerfile: Dockerfile
ports:
- "4321:4321"