add memory
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
services:
|
||||
tentaclebot:
|
||||
image: git.gpatti.com/gpatti/tentaclebot:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: tentaclebot
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- tentaclebot_data:/data
|
||||
|
||||
volumes:
|
||||
tentaclebot_data:
|
||||
|
||||
Reference in New Issue
Block a user