Skip to content

Commit

Permalink
refactor: change docker network to traefik
Browse files Browse the repository at this point in the history
  • Loading branch information
geoje committed Nov 18, 2024
1 parent 4e8f694 commit af7335b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SELECT type, grade, part, level, position, SUM(probability) probabilities
SELECT type, grade, part, level, position, SUM(probability) probabilities
FROM potential
GROUP BY type, grade, part, level, position
ORDER BY probabilities DESC;
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
networks:
default:
external: true
name: npm
name: traefik

volumes:
redis:
Expand Down

0 comments on commit af7335b

Please sign in to comment.