1
0
Fork 0

gitea-compose:

- name: chitragupta for db
 - name: govinda for web
 - use host ports 802X instead of 801X
 - remove commands for opening firewall, handled elsewhere
This commit is contained in:
Pratham Patel 2022-07-21 23:44:26 +05:30
parent 2ced109ebf
commit 73fa7ddd5c
1 changed files with 4 additions and 8 deletions

View File

@ -3,11 +3,11 @@ version: 3
services:
app:
image: gitea/gitea:latest
container_name: gitea-aatman
container_name: gitea-govinda
restart: always
ports:
- 8010:3000
- 8011:2222
- 8020:3000
- 8021:2222
volumes:
- /trayimurti/containers/volumes/gitea/root/data:/var/lib/gitea:Z
- /trayimurti/containers/volumes/gitea/root/config:/etc/gitea:Z
@ -27,7 +27,7 @@ services:
db:
image: postgres:alpine
container_name: gitea-dhyana
container_name: gitea-chitragupta
restart: always
volumes:
- /trayimurti/containers/volumes/gitea/db:/var/lib/postgresql/data:Z
@ -48,7 +48,3 @@ secrets:
# create secrets
# openssl rand -base64 20 | podman secret create gitea_database_user_password -
# open ports
# sudo firewall-cmd --add-port=8010/tcp --add-port=8011/tcp --permanent
# sudo firewall-cmd --reload