merging updated roboluke #148

Closed
ds0407 wants to merge 15 commits from main into main
Showing only changes of commit 22afd804b6 - Show all commits

View File

@ -2,9 +2,17 @@
version: "3" version: "3"
services: services:
app: app:
container_name: robodean_task
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
restart: unless-stopped restart: unless-stopped
logging:
driver: splunk
options:
splunk-url: https://192.168.10.20:8088
splunk-token: aa6c1c61-d015-403a-b200-dd991275790d
splunk-insecureskipverify: 'true'
tag: "docker/{{.Name}}/{{.ID}}/{{.ImageName}}"
env_file: stack.env env_file: stack.env
... ...