Updating ports and readme
This commit is contained in:
parent
2a9f876b85
commit
7947e3791c
@ -1,12 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
gitea:
|
||||
external: false
|
||||
|
||||
|
||||
services:
|
||||
server:
|
||||
gitea:
|
||||
image: gitea/gitea:latest
|
||||
container_name: gitea
|
||||
environment:
|
||||
@ -20,6 +18,5 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
ports:
|
||||
- "8080:3000"
|
||||
- "2221:22"
|
||||
|
||||
- "3000:3000"
|
||||
- "2222:22"
|
||||
|
13
infra/containers/readme
Normal file
13
infra/containers/readme
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user