Skip to content

Commit

Permalink
infra: remove version from docker compose and ansible requirements.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Aug 27, 2024
1 parent 6459cf2 commit da718ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions infrastructure/ansible/requirements.yml

This file was deleted.

4 changes: 1 addition & 3 deletions infrastructure/docker-compose.build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
build:
context: ../
dockerfile: infrastructure/docker/Dockerfile
env_file: ../.env
env_file: ../.env
4 changes: 1 addition & 3 deletions infrastructure/docker-compose.run.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.4"

services:
app:
image: ${DOCKER_IMAGE}:${DOCKER_TAG}
Expand All @@ -9,4 +7,4 @@ services:
env_file:
- .env
ports:
- "${SERVER_PORT}:${SERVER_PORT}"
- "${SERVER_PORT}:${SERVER_PORT}"

0 comments on commit da718ce

Please sign in to comment.