Skip to content

Commit

Permalink
Revert docker-compose.yaml local changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Jan 31, 2024
1 parent 0eafeb8 commit 266e273
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ services:
AWS_DEFAULT_REGION: "${AWS_DEFAULT_REGION:-eu-west-1}"
volumes:
- ./backend/dataall:/dataall
- $HOME/.aws/credentials:/home/cuser/.aws/credentials:ro
- $HOME/.aws/config:/home/cuser/.aws/config
- $HOME/.aws/credentials:/root/.aws/credentials:ro
- ./config.json:/config.json
restart:
on-failure:60
Expand All @@ -46,7 +45,7 @@ services:
email_sender_id: "noreply@someawsdomain"
volumes:
- ./backend/dataall:/dataall
- $HOME/.aws/credentials:/home/cuser/.aws/credentials:ro
- $HOME/.aws/credentials:/root/.aws/credentials:ro
- ./config.json:/config.json
depends_on:
- db
Expand Down Expand Up @@ -93,15 +92,15 @@ services:
restart:
on-failure:60

# frontend:
# build:
# context: .
# dockerfile: frontend/docker/dev/Dockerfile
# deploy:
# resources:
# limits:
# memory: 4096M
# reservations:
# memory: 128M
# ports:
# - "8080:80"
frontend:
build:
context: .
dockerfile: frontend/docker/dev/Dockerfile
deploy:
resources:
limits:
memory: 4096M
reservations:
memory: 128M
ports:
- "8080:80"

0 comments on commit 266e273

Please sign in to comment.