Skip to content

Commit

Permalink
Running container as inside the container so that it will forward sig…
Browse files Browse the repository at this point in the history
  • Loading branch information
brianferri committed Oct 27, 2023
1 parent a9347c1 commit a30a5cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/djs-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN apt-get update -y && \
libcairo2-dev \
librsvg2-dev \
libjpeg-dev \
libgif-dev
libgif-dev
4 changes: 3 additions & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
context: ..
dockerfile: ./docker/djs-bot/Dockerfile
restart: "unless-stopped"
init: true
environment:
- TOKEN=${TOKEN}
- CLIENTID=${CLIENTID}
Expand All @@ -25,8 +26,9 @@ services:

dashboard:
container_name: dashboard
image: node:20
image: node:latest
restart: "unless-stopped"
init: true
stdin_open: true
tty: true
volumes:
Expand Down

0 comments on commit a30a5cc

Please sign in to comment.