factorio first run

This commit is contained in:
Ryan Toler
2025-12-21 06:12:05 +00:00
parent dbbec62c2b
commit 018f470bdb
4 changed files with 151 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
networks:
gitea:
external: false
services:
server:
image: docker.gitea.com/gitea:1.25.3
container_name: gitea
restart: always
networks:
- gitea
volumes:
- ./gitea:/data
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
- "3000:3000"
- "2222:22"