add factorio
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
cf23d926b4
commit
9dae95f7ce
@ -0,0 +1,35 @@
|
||||
# Factorio
|
||||
|
||||
[![Docker Version](https://img.shields.io/docker/v/factoriotools/factorio?sort=semver)](https://hub.docker.com/r/factoriotools/factorio/)
|
||||
[![Docker Pulls](https://img.shields.io/docker/pulls/factoriotools/factorio.svg?maxAge=600)](https://hub.docker.com/r/factoriotools/factorio/)
|
||||
[![Docker Stars](https://img.shields.io/docker/stars/factoriotools/factorio.svg?maxAge=600)](https://hub.docker.com/r/factoriotools/factorio/)
|
||||
|
||||
|
||||
```yaml title="docker-compose.yml"
|
||||
version: "3.7"
|
||||
|
||||
networks:
|
||||
direct_net:
|
||||
external: true
|
||||
|
||||
services:
|
||||
factorio:
|
||||
container_name: factorio
|
||||
image: factoriotools/factorio:1.1.96
|
||||
ports:
|
||||
- "34197:34197/udp"
|
||||
#- "27015:27015/tcp"
|
||||
volumes:
|
||||
- /opt/appdata/games/factorio:/factorio
|
||||
networks:
|
||||
- direct_net
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ="Asia/Yekaterinburg"
|
||||
- UPDATE_MODS_ON_START=true
|
||||
- SAVE_NAME
|
||||
```
|
@ -0,0 +1,28 @@
|
||||
# Схемы сообщества
|
||||
|
||||
## Basic Mining and Smelting
|
||||
|
||||
[![](https://i.imgur.com/2CpZvSv.jpeg)](https://factorioprints.com/view/-KoluN5jvWgI0egykK_W)
|
||||
|
||||
![](https://imgur.com/a/LsUJ3id)
|
||||
|
||||
## Modular Rail Network
|
||||
[![](https://i.imgur.com/7UHaFA1.jpeg)](https://www.factorio.school/view/-K_VpUtsGAlQeBuZ1oez)
|
||||
|
||||
[![name](pic)](link)
|
||||
|
||||
## Tileable Science Production 0.17-1.0 - Early to Mid Game
|
||||
|
||||
[![](http://i.imgur.com/42RoMSil.jpeg)](https://www.factorio.school/view/-KnQ865j-qQ21WoUPbd3)
|
||||
|
||||
## ☀️ Power Book ☢️ - Compact, Tileable, No Waste Nuclear, Solar, Steam
|
||||
|
||||
[![](http://i.imgur.com/EL5C7TOl.jpeg)](https://www.factorio.school/view/-Kn2afLokZdBO-uHcIAF)
|
||||
|
||||
## Cityblock
|
||||
|
||||
![](https://curiouscoding.nl/misc/factorio-early-game/)
|
||||
|
||||
### Updated 100x100 City Blocks - Snapped to Grid
|
||||
|
||||
[![](http://i.imgur.com/TeMNCxMl.jpeg)](https://www.factorio.school/view/-MOy8SsNcu5BNqCZ2ZnL)
|
Loading…
Reference in New Issue