feat: add restate
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# This template provides a standardized structure for all services
|
||||
# Copy this template when creating new services
|
||||
|
||||
x-default: &default
|
||||
x-defaults: &defaults
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: json-file
|
||||
@@ -13,7 +13,7 @@ x-default: &default
|
||||
#! Example service structure:
|
||||
services:
|
||||
service-name:
|
||||
<<: *default
|
||||
<<: *defaults
|
||||
image: image:${VERSION:-latest}
|
||||
ports:
|
||||
- "${PORT_OVERRIDE:-8080}:8080"
|
||||
|
||||
Reference in New Issue
Block a user