Skip to content

Commit

Permalink
#151 - Rename directory docker/ to .docker/
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 13, 2024
1 parent e24a771 commit 3b740e7
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
# For local development only.

version: '3'

services:
migrations-8.0:
container_name: migrations-8.0
hostname: migrations-80
build: docker/8.0
build: .docker/8.0
working_dir: /srv
volumes:
- .:/srv

migrations-8.1:
container_name: migrations-8.1
hostname: migrations-81
build: docker/8.1
build: .docker/8.1
working_dir: /srv
volumes:
- .:/srv

migrations-8.2:
container_name: migrations-8.2
hostname: migrations-82
build: docker/8.2
build: .docker/8.2
working_dir: /srv
volumes:
- .:/srv

migrations-8.3:
container_name: migrations-8.3
hostname: migrations-83
build: docker/8.3
build: .docker/8.3
working_dir: /srv
volumes:
- .:/srv
Expand Down

0 comments on commit 3b740e7

Please sign in to comment.