Oleg Agent v1.0: Dockerfile, entrypoint, docker-compose, install.sh
This commit is contained in:
26
projects/dttb/oleg-agent/docker-compose.yml
Normal file
26
projects/dttb/oleg-agent/docker-compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
agent:
|
||||
build: .
|
||||
image: oleg-agent:latest
|
||||
container_name: oleg-agent
|
||||
hostname: oleg-agent
|
||||
restart: unless-stopped
|
||||
stdin_open: true
|
||||
tty: true
|
||||
environment:
|
||||
- GITEA_URL=http://git.dttb.ru
|
||||
- GITEA_USER=oleg
|
||||
- GITEA_PASS=OL260380eg
|
||||
- PROXMOX_URL=https://10.0.0.250:8006
|
||||
- NEXTCLOUD_URL=https://dttb.ru
|
||||
volumes:
|
||||
- agent-data:/workspace
|
||||
- ./secrets:/secrets:ro
|
||||
# Если NetBird в host mode:
|
||||
# network_mode: host
|
||||
extra_hosts:
|
||||
- "git.dttb.ru:10.0.0.189"
|
||||
- "dttb.ru:10.0.0.230"
|
||||
|
||||
volumes:
|
||||
agent-data:
|
||||
Reference in New Issue
Block a user