Archive Legacy Setup And Add Ansible Control Plane
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
gitea:
|
||||
environment:
|
||||
USER_GID: "1000"
|
||||
USER_UID: "1000"
|
||||
hostname: gitea
|
||||
image: gitea/gitea:latest
|
||||
network_mode: bridge
|
||||
ports:
|
||||
- target: 3000
|
||||
published: "3002"
|
||||
protocol: tcp
|
||||
- target: 22
|
||||
published: "2222"
|
||||
protocol: tcp
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- type: bind
|
||||
source: /opt/data/gitea
|
||||
target: /data
|
||||
networks:
|
||||
default:
|
||||
name: gitea_default
|
||||
Reference in New Issue
Block a user