Update GitHub Actions workflow and Dockerfile for webhook service configuration
This commit is contained in:
parent
40116ec84c
commit
b7638d2b78
3 changed files with 20 additions and 5 deletions
17
compose.yml
Normal file
17
compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
services:
|
||||
app:
|
||||
image: ghcr.io/imnynag/today.webhook:latest
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- ./logs:/code/app/temp/logs
|
||||
networks:
|
||||
hikari:
|
||||
|
||||
networks:
|
||||
hikari:
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- subnet: 172.30.0.0/16
|
||||
Loading…
Add table
Add a link
Reference in a new issue