Skip to content

Commit

Permalink
revert docker
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jan 30, 2024
1 parent d7b8935 commit 72383b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ services:
- PHP_VERSION=${PHP_VERSION}
- PYTHON_VERSION=${PYTHON_VERSION}
command: tail -f /dev/null
networks: [default]
volumes: [./:/app]
ruby:
container_name: apic_ruby
Expand All @@ -25,7 +24,6 @@ services:
- NODE_VERSION=${NODE_VERSION}
- RUBY_VERSION=${RUBY_VERSION}
command: tail -f /dev/null
networks: [default]
volumes: [./:/app]
swift:
container_name: apic_swift
Expand All @@ -37,9 +35,4 @@ services:
- NODE_VERSION=${NODE_VERSION}
- SWIFT_VERSION=${SWIFT_VERSION}
command: tail -f /dev/null
network_mode: host
volumes: [./:/app]

networks:
default:
name: apic

0 comments on commit 72383b8

Please sign in to comment.