fix: remove container_name conflict between dev and prod, drop obsolete version
All checks were successful
Deploy Bot on NAS / deploy (push) Successful in 17s
All checks were successful
Deploy Bot on NAS / deploy (push) Successful in 17s
This commit is contained in:
parent
01ef1cadcf
commit
ec86776e42
1 changed files with 0 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
discord-bot:
|
||||
build: .
|
||||
|
|
@ -15,7 +13,6 @@ services:
|
|||
- ./logs:/app/logs
|
||||
environment:
|
||||
- TZ=Europe/Paris
|
||||
container_name: rtf-discord-bot
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
|
|
|
|||
Loading…
Reference in a new issue