Skip to content

Commit

Permalink
chore: remove env
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Sep 23, 2023
1 parent 6cc77ab commit 1880689
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
1 change: 0 additions & 1 deletion .env

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
node_modules
.next
dist
apps/*/.env
.env

# uploaded images
apps/api/public/**/*.png
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ services:
postgres:
container_name: "snaily-cad-postgres"
image: postgres
env_file:
- .env
environment:
POSTGRES_PORT: ${DB_PORT}
POSTGRES_USER: ${POSTGRES_USER}
Expand Down
6 changes: 0 additions & 6 deletions production.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
POSTGRES_DB: ${POSTGRES_DB}
env_file:
- .env
ports:
- "${DB_PORT}:5432"
networks:
Expand All @@ -19,8 +17,6 @@ services:

api:
container_name: "snaily-cad-api"
env_file:
- .env
build:
context: .
dockerfile: ./Dockerfile
Expand All @@ -39,8 +35,6 @@ services:

client:
container_name: "snaily-cad-client"
env_file:
- .env
build:
context: .
dockerfile: ./Dockerfile
Expand Down

0 comments on commit 1880689

Please sign in to comment.