Skip to content

Commit

Permalink
feat(docker): add lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 19, 2024
1 parent 527404b commit b56b5e1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
x-common-general: &common-general
restart: unless-stopped
deploy:
resources:
limits:
memory: 512M

services:
sate:
<<: *common-general
image: ghcr.io/stegripe/discord-bot-template:latest-dev
container_name: discord-bot-template-bot
env_file: .env
networks:
- net

networks:
net:

0 comments on commit b56b5e1

Please sign in to comment.