separate watchtower compose file

This commit is contained in:
coolnsx
2024-02-02 02:18:11 +05:30
parent 03d76d4fcd
commit 65b1cde4bd
4 changed files with 11 additions and 31 deletions

View File

@@ -1,9 +1,5 @@
version: "3"
networks:
gitea:
external: false
services:
server:
image: gitea/gitea:latest
@@ -17,7 +13,6 @@ services:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
#- "3000:3000"
- "2222:22"
restart: unless-stopped
networks: