Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
atrakic committed Feb 21, 2023
1 parent 404d698 commit 048327f
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 163 deletions.
20 changes: 14 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,17 @@
# at .git/hooks/pre-commit

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-merge-conflict

# pre-commit install --hook-type commit-msg
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.1.1
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: [] # optional: list of Conventional Commits types to allow e.g. [feat, fix, ci, chore, test]
8 changes: 3 additions & 5 deletions src/docker-compose.yml → compose.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
version: "3.8"

services:
todo_app:
app:
build:
context: .
dockerfile: Dockerfile
container_name: fastapi-htmx-todo
image: local/fastapi-htmx-todo
context: ./src
ports:
- 3000:3000
container_name: fastapi-htmx-todo
33 changes: 2 additions & 31 deletions infra/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions infra/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
terraform plan -lock=false -var-file test.tfvars
62 changes: 0 additions & 62 deletions infra/modules/appservicenode/appservicenode.tf

This file was deleted.

8 changes: 0 additions & 8 deletions infra/modules/appservicenode/appservicenode_output.tf

This file was deleted.

51 changes: 0 additions & 51 deletions infra/modules/appservicenode/appservicenode_variables.tf

This file was deleted.

3 changes: 3 additions & 0 deletions infra/test.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
environment_name = "test"
location = "westeurope"
principal_id = "00000000-0000-0000-0000-000000000000"

0 comments on commit 048327f

Please sign in to comment.