Compare commits
3 Commits
ede37e7fa3
...
160f4219c5
Author | SHA1 | Date | |
---|---|---|---|
160f4219c5
|
|||
c518125bbd
|
|||
e16e23d18c
|
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
gitea_app:
|
gitea_app:
|
||||||
image: gitea/gitea:1.24.3
|
image: gitea/gitea:1.24.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: gitea_app
|
container_name: gitea_app
|
||||||
ports:
|
ports:
|
||||||
@@ -15,8 +15,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- "web_proxy_network"
|
- "web_proxy_network"
|
||||||
environment:
|
environment:
|
||||||
- "USER_UID=${USER_UID}"
|
- "USER_UID={{ user_create_result.uid }}"
|
||||||
- "USER_GID=${USER_GID}"
|
- "USER_GID={{ user_create_result.group }}"
|
||||||
- "GITEA__server__SSH_PORT=2222"
|
- "GITEA__server__SSH_PORT=2222"
|
||||||
|
|
||||||
# Mailer
|
# Mailer
|
||||||
|
@@ -3,7 +3,7 @@ services:
|
|||||||
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
# See sample https://github.com/outline/outline/blob/main/.env.sample
|
||||||
|
|
||||||
outline_app:
|
outline_app:
|
||||||
image: outlinewiki/outline:0.85.1
|
image: outlinewiki/outline:0.86.0
|
||||||
container_name: outline_app
|
container_name: outline_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
rssbridge_app:
|
rssbridge_app:
|
||||||
image: rssbridge/rss-bridge:2025-06-03
|
image: rssbridge/rss-bridge:2025-08-05
|
||||||
container_name: rssbridge_app
|
container_name: rssbridge_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user