Skip to content

Commit

Permalink
Revert accidental compose.yaml file change
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Dec 15, 2024
1 parent febaa2f commit 90aa519
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,25 +54,25 @@ services:
- resque
- resque-scheduler
- webpack
# - ssh
- ssh

# ssh:
# <<: *rails
# image: markus-dev-ssh:1.2.0
# volumes:
# - log:/home/markus/log
# - repos:/home/markus/csc108
# - .dockerfiles/:/app/.dockerfiles
# - ./lib/repo:/app/lib/repo
# environment:
# - TZ=America/Toronto
# command: /usr/sbin/sshd -D -e
# user: root
# extra_hosts: []
# ports:
# - '2222:22'
# entrypoint: .dockerfiles/entrypoint-dev-ssh.sh
# depends_on: []
ssh:
<<: *rails
image: markus-dev-ssh:1.2.0
volumes:
- log:/home/markus/log
- repos:/home/markus/csc108
- .dockerfiles/:/app/.dockerfiles
- ./lib/repo:/app/lib/repo
environment:
- TZ=America/Toronto
command: /usr/sbin/sshd -D -e
user: root
extra_hosts: []
ports:
- '2222:22'
entrypoint: .dockerfiles/entrypoint-dev-ssh.sh
depends_on: []

resque: &resque
<<: *rails
Expand Down

0 comments on commit 90aa519

Please sign in to comment.