Updating ports and readme

This commit is contained in:
shockrah 2024-08-03 16:04:08 -07:00
parent 2a9f876b85
commit 7947e3791c
2 changed files with 16 additions and 6 deletions

View File

@ -1,12 +1,10 @@
version: "3"
networks: networks:
gitea: gitea:
external: false external: false
services: services:
server: gitea:
image: gitea/gitea:latest image: gitea/gitea:latest
container_name: gitea container_name: gitea
environment: environment:
@ -20,6 +18,5 @@ services:
- /etc/timezone:/etc/timezone:ro - /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
ports: ports:
- "8080:3000" - "3000:3000"
- "2221:22" - "2222:22"

13
infra/containers/readme Normal file
View File

@ -0,0 +1,13 @@
What is this
============
Here we contain scripts to build out all the containers that are run.
All of these images are based on images that are made from other projects
docker-compose.yaml
===================
Services that are more/less "special" go here since most of the stuff that is
run on the main host are basically just static html websites