Add gitea compose application config
This commit is contained in:
35
vars/applications.yml
Normal file
35
vars/applications.yml
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
omni_compose_version: 3.7
|
||||
|
||||
omni_compose_apps:
|
||||
bitwarden:
|
||||
datastore: /appdata/bitwarden
|
||||
account:
|
||||
name: mech_bitwarden
|
||||
uid: 1294
|
||||
published:
|
||||
host: ssv.enp.one
|
||||
ports:
|
||||
8080: 8090
|
||||
8443: 8943
|
||||
networks:
|
||||
internal: 192.168.104.0/24
|
||||
external: 192.168.105.0/24
|
||||
versions:
|
||||
default: 1.36.1
|
||||
web: 2.15.1
|
||||
attachments: 1.34.0
|
||||
gitea:
|
||||
datastore: /appdata/gitea
|
||||
account:
|
||||
name: mech_gitea
|
||||
uid: 1295
|
||||
published:
|
||||
host: vcs.enp.one
|
||||
ports:
|
||||
3000: 3000
|
||||
22: 2222
|
||||
networks:
|
||||
main: 192.168.103.0/24
|
||||
versions:
|
||||
default: 1.11.5
|
Reference in New Issue
Block a user