Skip to content

Commit

Permalink
edit make file
Browse files Browse the repository at this point in the history
  • Loading branch information
remijouannet committed Feb 21, 2022
1 parent 000a591 commit 2b49699
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#factoriofast/bin/x64/factorio --graphics-quality low --video-memory-usage low --load-game factoriofast/saves/_autosave2.zip --threads 4
#factorio/bin/x64/factorio --graphics-quality low --video-memory-usage low --load-game factoriofast/saves/_autosave2.zip --threads 4

VERSION=$$(git describe --abbrev=0 --tags)

Expand All @@ -13,7 +13,7 @@ install-darwin:

install-linux:
cd ../ && zip --exclude="*.git*" --exclude="*pkg*" -r graftorio2/graftorio2_$(VERSION).zip graftorio2 && \
cp graftorio2/graftorio2_$(VERSION).zip ~/bin/factoriofast/mods/
cp graftorio2/graftorio2_$(VERSION).zip ~/bin/factorio/mods/

clean:
rm -rf ./data/prometheus && rm -rf ./data/grafana
Expand Down
Empty file modified data/grafana_dashboard.json
100644 → 100755
Empty file.
Empty file modified data/prometheus.yml
100644 → 100755
Empty file.
Empty file modified data/prometheus_dashboard.yml
100644 → 100755
Empty file.
Empty file modified data/prometheus_datasource.yml
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ services:
image: prom/node-exporter
command: --collector.textfile.directory=/textfiles
volumes:
- ~/Library/Application Support/factorio/script-output/graftorio2/:/textfiles # macOS
# - ~/Library/Application Support/factorio/script-output/graftorio2/:/textfiles # macOS
# - ${APPDATA}\Factorio\script-output\graftorio2:/textfiles # Windows
#- ~/bin/factorio/script-output/graftorio2:/textfiles # Linux
- ~/bin/factorio/script-output/graftorio2:/textfiles # Linux
ports:
- 9100
prometheus:
Expand Down

0 comments on commit 2b49699

Please sign in to comment.