chore: deactivated linux_x64_docker workflow and added docker-compose file
All checks were successful
All checks were successful
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build Docker Linux x64
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
#- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-docker-linux-x64:
|
build-docker-linux-x64:
|
||||||
|
|||||||
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
CouchLog:
|
||||||
|
image: gitea.penry.de/CouchLog/CouchLog:latest
|
||||||
|
|
||||||
|
container_name: CouchLog
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- ASPNETCORE_ENVIRONMENT=Production
|
||||||
|
- TZ=Europe/Berlin
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
- /etc/localtime:/etc/localtime:ro
|
||||||
Reference in New Issue
Block a user