Commit dc779175 authored by EC2 Default User's avatar EC2 Default User

change env

parent 09e4cfa4
...@@ -116,7 +116,7 @@ services: ...@@ -116,7 +116,7 @@ services:
container_name: token-collection container_name: token-collection
environment: environment:
- SYNC=${SYNC:-0} - SYNC=${SYNC:-0}
- MIGRATE=${MIGRATE:-false} - MIGRATE=${MIGRATE:-true}
volumes: volumes:
- ./data/nftscan/synclogs:/app - ./data/nftscan/synclogs:/app
- ./nftscan/config.toml:/config.toml - ./nftscan/config.toml:/config.toml
...@@ -132,7 +132,7 @@ services: ...@@ -132,7 +132,7 @@ services:
image: token-collection:${TAG:-latest} image: token-collection:${TAG:-latest}
container_name: token-collection-api container_name: token-collection-api
environment: environment:
- MIGRATE=${MIGRATE:-false} - MIGRATE=${MIGRATE:-true}
ports: ports:
- "10256:10256" - "10256:10256"
volumes: volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment