Skip to content

Commit

Permalink
Added docker-compose-main-production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Aug 31, 2023
1 parent 36b56e4 commit 001f6da
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docker/docker-compose-main-production.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: '3.3'

services:
balance-aggregator:
image: ghcr.io/giveth/giveconomy-balance-aggregator:main
environment:
- ENVIRONMENT=production
restart: always
ports:
- "3001:3000"
volumes:
- type: bind
source: ../config
target: /usr/src/app/config
networks:
- balance-aggregator-main
volumes:
db-data:

networks:
balance-aggregator-main:

0 comments on commit 001f6da

Please sign in to comment.