Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
.vscode
.idea

# generated files
#!proto
#proto/*
#!proto/milpacs.proto
#proto/*.pb.go
!statik/
statik/statik.go

# ignore database copy for local dev work
*.gz

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
nginx:
networks:
- api
image: nginx:1.19-alpine
image: nginx:1.27-alpine
container_name: api-nginx
ports:
- "8080:80"
Expand All @@ -46,7 +46,7 @@ services:
timeout: 10s
retries: 3
restart: always
image: mariadb:10.3
image: mariadb:11.4
ports:
- "3306:3306"
volumes:
Expand Down
14 changes: 14 additions & 0 deletions statik/statik.go

Large diffs are not rendered by default.