Skip to content

Commit

Permalink
fix: rename web to api container
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewklau committed Dec 8, 2023
1 parent bf9adfa commit 6abc118
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion mainnet-web.yml → mainnet-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ services:
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: mainnet.web.env
env_file: mainnet.api.env
ports:
- "127.0.0.1:3007:3001"
redis:
container_name: mainnet-redis
image: redis:7.2-alpine
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion testnet-web.yml → testnet-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ services:
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
env_file: testnet.web.env
env_file: testnet.api.env
ports:
- "127.0.0.1:3008:3001"
redis:
container_name: testnet-redis
image: redis:7.2-alpine
Expand Down
4 changes: 2 additions & 2 deletions testnet.web.env.example → testnet.api.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ REDIS_URL=
RPC_URL=
NETWORK=testnet

MAINNET_DB_URL=
MAINNET_REDIS_URL=
USER_DB_URL=
USER_REDIS_URL=

DATABASE_CA=
DATABASE_CERT=
Expand Down

0 comments on commit 6abc118

Please sign in to comment.