Skip to content

Commit

Permalink
Merge pull request #59 from eduardopilati/main
Browse files Browse the repository at this point in the history
Update docker-compose.yml
  • Loading branch information
paulohpps authored Oct 1, 2024
2 parents 2aa0842 + a31a452 commit 692260a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: "3.7"
name: bot-fy

services:
bot-fy:
container_name: bot-fy
image: bot-fy
env_file:
- .env
build:
Expand All @@ -15,4 +14,4 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 1G

0 comments on commit 692260a

Please sign in to comment.