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

change env

parent 09e4cfa4
......@@ -116,7 +116,7 @@ services:
container_name: token-collection
environment:
- SYNC=${SYNC:-0}
- MIGRATE=${MIGRATE:-false}
- MIGRATE=${MIGRATE:-true}
volumes:
- ./data/nftscan/synclogs:/app
- ./nftscan/config.toml:/config.toml
......@@ -132,7 +132,7 @@ services:
image: token-collection:${TAG:-latest}
container_name: token-collection-api
environment:
- MIGRATE=${MIGRATE:-false}
- MIGRATE=${MIGRATE:-true}
ports:
- "10256:10256"
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