Skip to content

Commit

Permalink
Clean up remains of old config file
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Dec 10, 2023
1 parent 6dce2ce commit b44f6f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ logs/*
*hs_err_pid*.log

# secret files
*sneaky.yaml
icu-secrets.yaml

# some development environment stuff, these makes intellij ultimate's persistence stuff work
Expand Down
2 changes: 1 addition & 1 deletion docker/deploy-icu/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
depends_on:
- db
volumes:
- ./sneaky.yaml:/opt/icu/sneaky.yaml
- ./icu-secrets.yaml:/opt/icu/icu-secrets.yaml:ro
- ./logs:/opt/icu/logs
- ./logs/gc:/opt/icu/logs/gc
ports:
Expand Down

0 comments on commit b44f6f3

Please sign in to comment.